summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
Commit message (Expand)AuthorAgeFilesLines
* qt_parts.prf: fixed handling of demosRohan McGovern2012-07-061-2/+2
* qt_parts.prf: fixed examples, tests, tools always disabledRohan McGovern2012-07-061-4/+4
* centralize handling of QT_BUILD_PARTSOswald Buddenhagen2012-07-051-0/+44
* make non-bootstrapped non-installed prefix-built executables runnableOswald Buddenhagen2012-07-052-15/+93
* set DLLDESTDIR only for non-prefix buildsOswald Buddenhagen2012-07-051-1/+1
* set DLLDESTDIR to the build dir, not the install dirOswald Buddenhagen2012-07-051-1/+1
* Fix FRAMEWORK_INCLUDE for MacIikka Eklund2012-07-051-1/+1
* Skip (re-)creation of cmake files during build passes.Stephen Kelly2012-07-041-1/+1
* Uppercase the CONFIG for verbatim mode.Stephen Kelly2012-07-041-1/+1
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-041-26/+30
* Use qmake dirname function correctly.Stephen Kelly2012-07-031-1/+1
* qmake: improve the .pc files generatorKonstantin Ritt2012-07-031-0/+5
* Look for CMake config files in the same prefixes as mkspecs.Stephen Kelly2012-07-031-1/+5
* Simplify logic for paths to CMake modules in tests.Stephen Kelly2012-07-031-5/+1
* Merge branch 'buildsystem' (second round)Oswald Buddenhagen2012-06-295-17/+75
|\
| * unset QT_MODULE_* after loading the module prisOswald Buddenhagen2012-06-271-0/+5
| * move initialization of numerous variables to spec_pre.prfOswald Buddenhagen2012-06-271-0/+39
| * don't put QMAKESPEC_ORIGINAL into INCLUDEPATH any moreOswald Buddenhagen2012-06-271-5/+0
| * use real qmakespec as basis for finding featuresOswald Buddenhagen2012-06-271-11/+0
| * revamp handling of qmake target modeOswald Buddenhagen2012-06-271-0/+31
* | Update the macros for shared/DLL and static buildsThiago Macieira2012-06-284-14/+34
|/
* mkspecs: Use the right variable name to find the qdevice.priHolger Hans Peter Freyther2012-06-261-1/+1
* make using testlib automatically "promote" all modules to -privateOswald Buddenhagen2012-06-262-2/+3
* Factorize the cmake test infrastructure to be reusable.Stephen Kelly2012-06-261-0/+51
* Don't re-evaluate the lib location.Stephen Kelly2012-06-261-4/+4
* add possibility to set $$MODULE_IMPORT_SUFFIX in module .pri filesOswald Buddenhagen2012-06-241-1/+1
* embedded doesn't exist anymoreGirish Ramakrishnan2012-06-221-3/+0
* make missing qt modules fatalOswald Buddenhagen2012-06-191-1/+3
* less confusing wordingOswald Buddenhagen2012-06-191-1/+1
* fix misnomer: qt_module.prf => qt_build_config.prfOswald Buddenhagen2012-06-193-34/+36
* fix regexp in qmodule.pri inclusion checkOswald Buddenhagen2012-06-192-3/+1
* support for private depends in modulesOswald Buddenhagen2012-06-193-1/+12
* correctly find idc even for makefilesOswald Buddenhagen2012-06-191-1/+2
* scan module path backwardsOswald Buddenhagen2012-06-191-0/+1
* let default_pre add modules to the qmake pathOswald Buddenhagen2012-06-191-1/+3
* recognize QMAKEMODULES env var, property and cache variableOswald Buddenhagen2012-06-191-2/+8
* move generation of module master headers to qt_module_headersOswald Buddenhagen2012-06-191-0/+28
* remove detection-based usage of modules which are frameworksOswald Buddenhagen2012-06-191-11/+0
* fix direct includes from modules which are frameworksOswald Buddenhagen2012-06-191-1/+1
* let modules which are frameworks remember that factOswald Buddenhagen2012-06-191-0/+2
* remove workarounds for broken syncqtOswald Buddenhagen2012-06-192-10/+0
* automatically add QT_BUILD_FOO_LIB to DEFINESOswald Buddenhagen2012-06-191-0/+5
* remove backwards compatibility hacksOswald Buddenhagen2012-06-192-14/+0
* auto-generate QMAKE_PKGCONFIG_REQUIRES and QMAKE_PKGCONFIG_DESCRIPTIONOswald Buddenhagen2012-06-191-0/+6
* move QMAKE_PKGCONFIG_VARIABLES stuff out of qt_module_config.prfOswald Buddenhagen2012-06-191-23/+0
* remove ACTIVEQT_IDC assignment from QMAKE_IDCOswald Buddenhagen2012-06-191-1/+0
* remove support for CONFIG+=qt_compatOswald Buddenhagen2012-06-191-6/+0
* don't explicitly inject qt header/library pathsOswald Buddenhagen2012-06-191-6/+0
* always add library path from moduleOswald Buddenhagen2012-06-191-3/+3
* make module includepath addition less convolutedOswald Buddenhagen2012-06-191-12/+11