summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
Commit message (Expand)AuthorAgeFilesLines
* 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
* add support for PKGCONFIG_PRIVATEOswald Buddenhagen2012-08-071-20/+28
* add support for QT_PRIVATEOswald Buddenhagen2012-08-072-35/+43
* use QMAKE_LIBDIR for passing LSB library pathOswald Buddenhagen2012-08-041-1/+1
* s/QT_PRIVATE/QT_FOR_PRIVATE/Oswald Buddenhagen2012-08-041-5/+5
* introduce ability to selectively pass options to qdbusxml2cppOswald Buddenhagen2012-08-041-9/+31
* add ability to pass command line options to qdbusxml2cppOswald Buddenhagen2012-08-041-2/+5
* de-duplicate dbusadaptors.prf vs. dbusinterfaces.prfOswald Buddenhagen2012-08-043-81/+63
* Add a .prf file for SIMD qmake variables.Michael Goddard2012-08-011-0/+273
* fix host vs. makefile directory separator messOswald Buddenhagen2012-07-287-10/+10
* Fix debug and release build for Windows CEAndreas Holzammer2012-07-252-2/+2
* fix syntax error in static plugin assembly codeOswald Buddenhagen2012-07-251-1/+1
* fix syntax error in breakpad supportOswald Buddenhagen2012-07-251-1/+1
* Don't make the CMake file generation dependent on DESTDIR.Stephen Kelly2012-07-251-1/+1
* Create CMake files conditionally on the internal_module CONFIG option.Stephen Kelly2012-07-231-1/+1
* Check if we are creating a static library before a framework.Stephen Kelly2012-07-201-7/+7
* TYPO: Fix typo in warning messageMontel Laurent2012-07-201-1/+1
* put the include/ of all modules into qtbase when doing non-prefix buildOswald Buddenhagen2012-07-183-3/+12
* remove support for forwarding module pri creation via syncqtOswald Buddenhagen2012-07-162-23/+11
* Create imported targets if the library files existStephen Kelly2012-07-161-0/+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
* 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