summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
Commit message (Expand)AuthorAgeFilesLines
* make QMAKE_RESOLVED_TARGET use normalized path separatorsOswald Buddenhagen2012-07-162-2/+1
* make use of new functionsOswald Buddenhagen2012-07-165-18/+9
* automatically fix separators in QMAKE_{DIST,}CLEANOswald Buddenhagen2012-07-162-2/+2
* fix splitting of $PATH when looking for sh.exeOswald Buddenhagen2012-07-121-1/+2
* remove pointless checking/fallback code for $$TARGETOswald Buddenhagen2012-07-122-2/+0
* remove support for syncqt-based config testsOswald Buddenhagen2012-07-121-3/+0
* don't unnecessarily normalize $$[QT_INSTALL_*] any moreOswald Buddenhagen2012-07-121-5/+5
* make the prl lookup search in standard locationsOswald Buddenhagen2012-07-121-4/+2
* fix QT.<module>.*_VERSION referencesOswald Buddenhagen2012-07-111-1/+1
* do not mess with VERSIONOswald Buddenhagen2012-07-111-2/+2
* support building tools as application bundlesOswald Buddenhagen2012-07-111-2/+4
* add feature file for centralized qml plugin project handlingOswald Buddenhagen2012-07-111-0/+67
* Set the IMPORTED_SONAME for imported targets.Stephen Kelly2012-07-111-0/+1
* Fix the name of _debug libraries on APPLE.Stephen Kelly2012-07-111-2/+2
* fix linking against installations in /usr/libOswald Buddenhagen2012-07-101-2/+2
* make sure that building tests implies building other partsOswald Buddenhagen2012-07-101-2/+9
* deal with %PATH% containing parenthesesOswald Buddenhagen2012-07-091-1/+2
* 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