summaryrefslogtreecommitdiffstats
path: root/mkspecs
Commit message (Expand)AuthorAgeFilesLines
* 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
* QNX: Move qpa-based mkspecs out of the unsupported directorySean Harmer2012-09-048-6/+6
* Fix indentation.Morten Sorvig2012-09-049-9/+9
* QNX: Tidy up QMAKE_LFLAGS in qnx mkspecsSean Harmer2012-09-032-5/+1
* 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
* Report a FATAL_ERROR if trying to use Qt 5 with CMake < 2.8.3.Stephen Kelly2012-08-311-0/+4
* 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-272-41/+35
* QNX: Enable pre-compiled header support for QNXSean Harmer2012-08-271-0/+5
* Move the QT_COMPILER_SUPPORTS_xxx defines to qconfig.hThiago Macieira2012-08-221-13/+0
* Add -pipe option of win32-g++'s QMAKE_CFLAGSYuchen Deng2012-08-221-1/+1
* make configure set up QMAKE_DEFAULT_{INC,LIB}DIRSOswald Buddenhagen2012-08-221-3/+0
* Fix minor typo in cmake files.Stephen Kelly2012-08-221-1/+1
* Only set the IMPLIB target properties on Windows.Stephen Kelly2012-08-221-0/+2
* merge mingw mkspec changes for cross compilingPeter Kümmel2012-08-213-143/+12
* Pass NEON_ASM directly to SOURCES.Rafael Roquetto2012-08-181-1/+2
* Decouple -lang-c++ from CXX command on QNX mkspecsRafael Roquetto2012-08-174-6/+7
* 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
* Update Raspberry Pi mkspecDonald Carr2012-08-091-7/+7
* Make it possible to force generation of debug info in release buildsAndreas Holzammer2012-08-091-3/+9
* remove unused Q_FS_FAT from Windows qplatformdefs.hJoerg Bornemann2012-08-084-4/+0
* remove embed_manifest_* from common Windows CE mkspecJoerg Bornemann2012-08-081-1/+1
* adjust qtAddLibrary() to new qtAddModule() parametersOswald Buddenhagen2012-08-081-1/+1
* rename qt_module_config.prf => qt_module.prfOswald Buddenhagen2012-08-083-240/+240
* remove dead unsupported/win32-borland specOswald Buddenhagen2012-08-082-285/+0
* 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
* Rename msvc11 to msvc2012Andreas Holzammer2012-08-072-2/+2
* add support for PKGCONFIG_PRIVATEOswald Buddenhagen2012-08-071-20/+28