/* 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"; static const char qt_configure_prefix_path_str [512 + 12] = "qt_prfxpath=C:\\qt\\qt-4.6.0.vc"; static const char qt_configure_documentation_path_str[512 + 12] = "qt_docspath=C:\\qt\\qt-4.6.0.vc\\doc"; static const char qt_configure_headers_path_str [512 + 12] = "qt_hdrspath=C:\\qt\\qt-4.6.0.vc\\include"; static const char qt_configure_libraries_path_str [512 + 12] = "qt_libspath=C:\\qt\\qt-4.6.0.vc\\lib"; static const char qt_configure_binaries_path_str [512 + 12] = "qt_binspath=C:\\qt\\qt-4.6.0.vc\\bin"; static const char qt_configure_plugins_path_str [512 + 12] = "qt_plugpath=C:\\qt\\qt-4.6.0.vc\\plugins"; static const char qt_configure_data_path_str [512 + 12] = "qt_datapath=C:\\qt\\qt-4.6.0.vc"; static const char qt_configure_translations_path_str [512 + 12] = "qt_trnspath=C:\\qt\\qt-4.6.0.vc\\translations"; static const char qt_configure_examples_path_str [512 + 12] = "qt_xmplpath=C:\\qt\\qt-4.6.0.vc\\examples"; static const char qt_configure_demos_path_str [512 + 12] = "qt_demopath=C:\\qt\\qt-4.6.0.vc\\demos"; static const char qt_configure_installation [11 + 12] = "qt_instdate=2009-12-07"; /* 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_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;