summaryrefslogtreecommitdiffstats
path: root/mkspecs
Commit message (Expand)AuthorAgeFilesLines
* remove support for forwarding module pri creation via syncqtOswald Buddenhagen2012-07-162-23/+11
* Create imported targets if the library files existStephen Kelly2012-07-162-0/+27
* Fix the use of if() inside of macro().Stephen Kelly2012-07-161-1/+1
* 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
* [QNX] Force UNIX-style separators on Windows hostsRafael Roquetto2012-07-131-0/+5
* 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-122-4/+5
* 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-112-0/+4
* 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
* Adding iMX6-device-filesThomas Senyk2012-07-103-0/+180
* 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
* Set the language of a STATIC library.Stephen Kelly2012-07-041-0/+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
* QNX: set QMAKE_CXXFLAGS_CXX11Marc Mutz2012-07-031-0/+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
* android: remove QT_NO_QWS_TRANSFORMED from mkspecsRobin Burchell2012-07-031-1/+1
* android: fix stupid thinko where cflags were set before the common includeRobin Burchell2012-07-033-9/+6
* Remove stale qws related mkspecsDonald Carr2012-06-3015-691/+0
* Migrate linux-clang mkspec out of unsupportedDonald Carr2012-06-302-6/+4
* Merge "Merge branch 'buildsystem' (second round)" into refs/staging/masterMark Brand2012-06-295-17/+75
|\
| * 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
* | | Add mkspecs for android cross compilation.Robin Burchell2012-06-298-0/+455
|/ /