configure -release -static -no-fast -no-exceptions -no-stl -qt-sql-odbc -qt-sql-sqlite -no-qt3support -qt-zlib -qt-gif -qt-libpng -qt-libmng -qt-libjpeg -no-dsp -no-vcproj -no-rtti -no-style-plastique -no-style-cleanlooks -no-style-motif -no-style-cde -platform win32-g++
.....#process the projectsfor(PROJECT, $$list($$lower($$unique(QT_BUILD_PARTS)))) { isEqual(PROJECT, tools) { !cross_compile:SUBDIRS += tools else:SUBDIRS += tools/qtestlib# } else:isEqual(PROJECT, examples) {# SUBDIRS += examples# } else:isEqual(PROJECT, demos) {# SUBDIRS += demos } else:isEqual(PROJECT, libs) { include(src/src.pro) } else:isEqual(PROJECT, qmake) {# SUBDIRS += qmake } else { message(Unknown PROJECT: $$PROJECT) }}
/* 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\\4.3.0";static const char qt_configure_documentation_path_str[512 + 12] = "qt_docspath=C:/Qt/4.3.0/doc";static const char qt_configure_headers_path_str [512 + 12] = "qt_hdrspath=C:/Qt/4.3.0/include";static const char qt_configure_libraries_path_str [512 + 12] = "qt_libspath=C:/Qt/4.3.0/lib";static const char qt_configure_binaries_path_str [512 + 12] = "qt_binspath=C:/Qt/4.3.0/bin";static const char qt_configure_plugins_path_str [512 + 12] = "qt_plugpath=C:/Qt/4.3.0/plugins";static const char qt_configure_data_path_str [512 + 12] = "qt_datapath=C:/Qt/4.3.0";static const char qt_configure_translations_path_str [512 + 12] = "qt_trnspath=C:/Qt/4.3.0/translations";static const char qt_configure_examples_path_str [512 + 12] = "qt_xmplpath=C:/Qt/4.3.0/examples";static const char qt_configure_demos_path_str [512 + 12] = "qt_demopath=C:/Qt/4.3.0/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_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;!!!Вот тут что-то не тоlif !defined(QT_NO_STYLE_CLEANLOOKS)# define QT_NO_STYLE_CLEANLOOKS#endif#if defined(QT_NO_STYLE_MOTIF) && defined(QT_STYLE_MOTIF)# undef QT_NO_STYLE_MOTIF#elif !defined(QT_NO_STYLE_MOTIF)# define QT_NO_STYLE_MOTIF#endif#if defined(QT_NO_STYLE_PLASTIQUE) && defined(QT_STYLE_PLASTIQUE)# undef QT_NO_STYLE_PLASTIQUE#elif !defined(QT_NO_STYLE_PLASTIQUE)# define QT_NO_STYLE_PLASTIQUE#endif#if defined(QT_SQL_ODBC) && defined(QT_NO_SQL_ODBC)# undef QT_SQL_ODBC#elif !defined(QT_SQL_ODBC)# define QT_SQL_ODBC#endif#if defined(QT_SQL_SQLITE) && defined(QT_NO_SQL_SQLITE)# undef QT_SQL_SQLITE#elif !defined(QT_SQL_SQLITE)# define QT_SQL_SQLITE#endif