blob: a6e764655f995a802db68aa40c0f5f3a0e9dfa72 [file] [log] [blame]
/* Licensed */
static const char qt_configure_licensee_str [512 + 12] = "qt_lcnsuser=Open Source";
static const char qt_configure_licensed_products_str [512 + 12] = "qt_lcnsprod=OpenSource";
/* Build date */
static const char qt_configure_installation [11 + 12] = "qt_instdate=2012-07-18";
static const char qt_configure_prefix_path_str [512 + 12] = "qt_prfxpath=C:\\Qt\\4.7.4";
static const char qt_configure_documentation_path_str[512 + 12] = "qt_docspath=C:\\Qt\\4.7.4\\doc";
static const char qt_configure_headers_path_str [512 + 12] = "qt_hdrspath=C:\\Qt\\4.7.4\\include";
static const char qt_configure_libraries_path_str [512 + 12] = "qt_libspath=C:\\Qt\\4.7.4\\lib";
static const char qt_configure_binaries_path_str [512 + 12] = "qt_binspath=C:\\Qt\\4.7.4\\bin";
static const char qt_configure_plugins_path_str [512 + 12] = "qt_plugpath=C:\\Qt\\4.7.4\\plugins";
static const char qt_configure_imports_path_str [512 + 12] = "qt_impspath=C:\\Qt\\4.7.4\\imports";
static const char qt_configure_data_path_str [512 + 12] = "qt_datapath=C:\\Qt\\4.7.4";
static const char qt_configure_translations_path_str [512 + 12] = "qt_trnspath=C:\\Qt\\4.7.4\\translations";
static const char qt_configure_examples_path_str [512 + 12] = "qt_xmplpath=C:\\Qt\\4.7.4\\examples";
static const char qt_configure_demos_path_str [512 + 12] = "qt_demopath=C:\\Qt\\4.7.4\\demos";
/* strlen( "qt_lcnsxxxx") == 12 */
#define QT_CONFIGURE_LICENSEE qt_configure_licensee_str + 12;
#define QT_CONFIGURE_LICENSED_PRODUCTS qt_configure_licensed_products_str + 12;
#define QT_CONFIGURE_PREFIX_PATH qt_configure_prefix_path_str + 12;
#define QT_CONFIGURE_DOCUMENTATION_PATH qt_configure_documentation_path_str + 12;
#define QT_CONFIGURE_HEADERS_PATH qt_configure_headers_path_str + 12;
#define QT_CONFIGURE_LIBRARIES_PATH qt_configure_libraries_path_str + 12;
#define QT_CONFIGURE_BINARIES_PATH qt_configure_binaries_path_str + 12;
#define QT_CONFIGURE_PLUGINS_PATH qt_configure_plugins_path_str + 12;
#define QT_CONFIGURE_IMPORTS_PATH qt_configure_imports_path_str + 12;
#define QT_CONFIGURE_DATA_PATH qt_configure_data_path_str + 12;
#define QT_CONFIGURE_TRANSLATIONS_PATH qt_configure_translations_path_str + 12;
#define QT_CONFIGURE_EXAMPLES_PATH qt_configure_examples_path_str + 12;
#define QT_CONFIGURE_DEMOS_PATH qt_configure_demos_path_str + 12;