summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
Commit message (Expand)AuthorAgeFilesLines
* move syncqt call to qt_module_headers.prfOswald Buddenhagen2012-09-212-15/+9
* make 'make check' work with non-installed prefix buildsOswald Buddenhagen2012-09-191-0/+3
* factor out qtAddTargetEnv()Oswald Buddenhagen2012-09-192-29/+32
* remove pointless conditionals+branchesOswald Buddenhagen2012-09-192-7/+2
* don't make the outputs depend on $$QMAKE_DUMPCPPOswald Buddenhagen2012-09-191-2/+1
* remove now unnecessary indirectionsOswald Buddenhagen2012-09-192-32/+16
* Build tools in release mode if using -debug-and-release optionYuchen Deng2012-09-181-4/+1
* factor out qtAddToolEnv()Oswald Buddenhagen2012-09-182-16/+21
* remove 3rd parameter from qtPrepareTool()Oswald Buddenhagen2012-09-182-7/+2
* remove usage of QT_MAKEDLL in favor of the new QT_STATIC macroJoerg Bornemann2012-09-141-2/+0
* Qt 5 API should correspond to Qt 4.8 on Windows, not 4.9.Stephen Kelly2012-09-131-1/+1
* move syncqt -check-includes handling to default_pre.prfOswald Buddenhagen2012-09-111-0/+2
* remove left-overs of the borland compiler supportJoerg Bornemann2012-09-112-9/+0
* Make the default Qt API be Qt 5.0'sThiago Macieira2012-09-081-0/+9
* centralize initialization of CONFIG in mkspecsOswald Buddenhagen2012-09-081-0/+1
* centralize initialization of QT in specsOswald Buddenhagen2012-09-081-0/+2
* enable depend_includepath by defaultOswald Buddenhagen2012-09-081-1/+1
* de-duplicate MODULE_DEPENDSOswald Buddenhagen2012-09-071-0/+1
* use each module's lib_bundle settingOswald Buddenhagen2012-09-071-1/+1
* generalize environment additions to tool invocationOswald Buddenhagen2012-09-071-18/+30
* cache the right variableOswald Buddenhagen2012-09-071-2/+1
* Remove declarative_debug feature (qmake)Kai Koehne2012-09-071-2/+0
* Add a task number to ctest_testcase insignificationRohan McGovern2012-09-011-1/+1
* Move the creation of the MODULE_DEFINES variable above the pri file check.Stephen Kelly2012-08-311-5/+6
* Temporarily mark ctest testcases as insignificant on WindowsRohan McGovern2012-08-301-0/+3
* cmake: use .exe suffix only on WindowsPeter Kümmel2012-08-281-1/+1
* Fix CMake file INSTALLS with debug_and_release configurations.Stephen Kelly2012-08-282-4/+4
* Make it possible to use static builds of Qt with CMake.Stephen Kelly2012-08-271-0/+8
* Move the QT_COMPILER_SUPPORTS_xxx defines to qconfig.hThiago Macieira2012-08-221-13/+0
* Pass NEON_ASM directly to SOURCES.Rafael Roquetto2012-08-181-1/+2
* qmake: support incremental linking when embedding manifestsJoerg Bornemann2012-08-162-24/+0
* set QT_PLUGIN_PATH for toolsOswald Buddenhagen2012-08-152-3/+17
* make .private_includes in module pri files "self-contained"Oswald Buddenhagen2012-08-152-9/+3
* build: Fix the FreeBSD build due build system change.Holger Hans Peter Freyther2012-08-141-1/+1
* support -rpath for modules which are not installed to QT_INSTALL_PREFIXOswald Buddenhagen2012-08-112-0/+10
* fix -rpath-link handling for non-installed prefix buildsOswald Buddenhagen2012-08-113-7/+55
* qtAddModule(): put search paths directly into LIBS{,_PRIVATE}Oswald Buddenhagen2012-08-111-7/+12
* assemble the complete tool commands already in qt_tool.prfOswald Buddenhagen2012-08-112-27/+25
* fix error message about bad qt modulesOswald Buddenhagen2012-08-111-1/+1
* Fix vcproj file generation for incredibuild handling of moc etc targetsAndy Shaw2012-08-111-1/+2
* fix conditions in embed_manifest_*.prfJoerg Bornemann2012-08-092-2/+2
* Make it possible to force generation of debug info in release buildsAndreas Holzammer2012-08-091-3/+9
* adjust qtAddLibrary() to new qtAddModule() parametersOswald Buddenhagen2012-08-081-1/+1
* rename qt_module_config.prf => qt_module.prfOswald Buddenhagen2012-08-083-240/+240
* preserve the directory structure of QML_FILESOswald Buddenhagen2012-08-081-1/+6
* factor qml_module out of qml_pluginOswald Buddenhagen2012-08-072-27/+32
* use global imports install location as the "build" dir for qml plugin filesOswald Buddenhagen2012-08-071-2/+2
* copy qml files to build dir only when doing a non-prefix buildOswald Buddenhagen2012-08-071-8/+10
* move IMPORT_VERSION fallback into the conditional of the consumerOswald Buddenhagen2012-08-071-1/+2
* move qmltypes "compiler" below TARGET manipulationOswald Buddenhagen2012-08-071-17/+17