summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* Windows: Add install/uninstall rules for target.targetsKai Koehne2020-02-141-0/+14
* qmake: Allow the use of a response file when building a libraryAndy Shaw2020-02-131-0/+2
* Doc: Document some missing CONFIG valuesYuhang Zhao2020-02-131-0/+4
* Doc: Document the ltcg CONFIG valueJoerg Bornemann2020-02-101-1/+3
* Fix line ending in custom build steps of vcxproj filesJoerg Bornemann2020-01-301-1/+1
* Fix handling of the DEFINES_DEBUG/DEFINES_RELEASE variablesJoerg Bornemann2020-01-231-2/+5
* Doc: Fix qdoc compilation errors qtbaseNico Vertriest2020-01-172-3/+3
* Fix mkdir warning for object_parallel_to_source projectsJoerg Bornemann2020-01-141-1/+1
* doc: improve SUBDIRS documentation for dependency handlingSamuel Gaist2020-01-142-8/+26
* Doc: Extend the documentation about qmake scopesJoerg Bornemann2020-01-092-0/+32
* Fix dependency resolution for extra compilers in VS projectsJoerg Bornemann2020-01-074-29/+17
* qmake: Document QML_IMPORT_PATHKai Koehne2020-01-061-0/+6
* Doc: Fix name of no_check_exist flagUlf Hermann2019-12-231-1/+1
* Fix "Broken filename passed to function" message for qmake -tp vcJoerg Bornemann2019-12-161-4/+5
* Xcode: Use output directory as SYMROOT when shadow-buildingTor Arne Vestbø2019-12-121-11/+18
* Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-121-1/+1
* Fix qmake's sed functionality for input containing CR+LF newlinesAlessandro Portale2019-12-051-1/+1
* qmake: Remove /O3 from win32-iccYuhang Zhao2019-11-191-1/+1
* Fix precompiled headers on macOSJoerg Bornemann2019-11-182-14/+18
* Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-11-061-2/+4
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-061-2/+4
| |\
| | * Fix assert in VS project generatorJoerg Bornemann2019-10-151-2/+4
* | | Be able to create a response file for other generators tooAndy Shaw2019-11-065-58/+82
|/ /
* | Fix precompiled headers for ClangChristian Romberg2019-10-252-8/+4
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-241-1/+1
|\|
| * Doc: Fix QMAKE_EXTRA_TARGETS snippet descriptionJoerg Bornemann2019-10-101-1/+1
* | qmake: Avoid writing glue project file when only generating prl filesTor Arne Vestbø2019-10-091-1/+2
* | Include likely-adjusted uiLanguages for the system localeEdward Welbourne2019-10-042-2/+7
* | qmake: Parse -framework link lines the same way the linker doesTor Arne Vestbø2019-10-041-5/+2
* | Make conflicting targets check less strictJoerg Bornemann2019-10-031-0/+4
* | Fix needless resolution of -l LIBS entries on WindowsJoerg Bornemann2019-10-031-5/+37
* | qmake: Place prl files under Resources in framework bundlesTor Arne Vestbø2019-10-032-9/+16
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-0/+18
|\|
| * Doc: Document CONFIG values that are worth documentingJoerg Bornemann2019-09-271-0/+18
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-231-29/+22
|\|
| * qmake: Replace WinRT with UWP in the qmake ManualLeena Miettinen2019-09-201-29/+22
* | Merge remote-tracking branch 'origin/5.13' into 5.14Joerg Bornemann2019-09-206-12/+34
|\|
| * Ignore non-existent .ui file dependenciesJoerg Bornemann2019-09-182-0/+10
| * Make it possible to undefine NDEBUG for nmake and VS projectsJoerg Bornemann2019-09-184-8/+20
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-093-46/+77
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-082-43/+69
| |\
| | * Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-073-46/+77
| | |\
| | | * Don't add default lib dirs to LIBRARY_SEARCH_PATHS in xcode projectsv5.12.5Joerg Bornemann2019-09-031-1/+4
| | | * Fix library suffix replacement for xcode projectsJoerg Bornemann2019-08-312-43/+69
| | | * Do not prepend QMAKE_PREFIX_STATICLIB to TARGET for TEMPLATE auxJoerg Bornemann2019-08-281-2/+4
| * | | Merge remote-tracking branch 'origin/5.13.1' into 5.13Qt Forward Merge Bot2019-09-052-3/+8
| |\ \ \
| | * | | Don't add default lib dirs to LIBRARY_SEARCH_PATHS in xcode projectsJoerg Bornemann2019-08-271-1/+4
| | * | | Do not prepend QMAKE_PREFIX_STATICLIB to TARGET for TEMPLATE auxJoerg Bornemann2019-08-141-2/+4
* | | | | Make Qt relocatableAlexandru Croitor2019-09-071-0/+5
* | | | | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-044-24/+44
|\| | | |