summaryrefslogtreecommitdiffstats
path: root/qmake/generators
Commit message (Expand)AuthorAgeFilesLines
* Fix developer build with -WerrorSimon Hausmann2019-10-152-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-111-1/+2
|\
| * qmake: Avoid writing glue project file when only generating prl filesTor Arne Vestbø2019-10-091-1/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-063-10/+43
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2019-10-042-9/+16
|\|
| * qmake: Place prl files under Resources in framework bundlesTor Arne Vestbø2019-10-032-9/+16
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-225-12/+9
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Joerg Bornemann2019-09-205-12/+9
| |\
| | * Ignore non-existent .ui file dependenciesJoerg Bornemann2019-09-181-0/+5
| | * Make it possible to undefine NDEBUG for nmake and VS projectsJoerg Bornemann2019-09-183-8/+0
* | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-09-173-46/+77
|\| |
| * | 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
* | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-062-13/+4
|\| | | | |
| * | | | | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-042-13/+4
| |\| | | |
| | * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-08-272-13/+4
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Remove broken wild card list from QMake's help outputJoerg Bornemann2019-08-241-1/+1
| | | * | | Fix classical strcmp misuse in VS project generatorJoerg Bornemann2019-08-241-12/+3
| | | | |/ | | | |/|
* | | | | Remove QMakeLocalFileName::is_nullJoerg Bornemann2019-08-302-7/+7
* | | | | Remove nonsensical initialization from QMakeLocalFileNameJoerg Bornemann2019-08-291-6/+1
|/ / / /
* | | | Improve readability of commands in VS project filesJoerg Bornemann2019-08-221-6/+9
* | | | Fix "conflicting targets" warning when generating VS projectsJoerg Bornemann2019-08-221-0/+9
* | | | Fix .sln generation for sub-projects with same TARGETJoerg Bornemann2019-08-201-5/+8
* | | | Remove dead QMakeSourceFileInfo caching feature from QMakeJoerg Bornemann2019-08-203-187/+0
* | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-161-3/+7
|\| | |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-151-3/+7
| |\| | | | |/ | |/|
| | * Fix escaping of < and > in QMake's XML generatorJoerg Bornemann2019-08-121-3/+7
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-08-131-5/+33
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-131-5/+33
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-051-5/+33
| | |\|
| | | * Fix dependency_libs entry of .la filesJoerg Bornemann2019-08-031-5/+33
* | | | Determine dependencies of Windows resource filesJoerg Bornemann2019-08-132-2/+10
|/ / /
* | | Do not use QList<QMakeLocalFileName>Joerg Bornemann2019-08-126-20/+18
* | | Warn about conflicting DESTDIR/TARGET combination in debug_and_releaseJoerg Bornemann2019-08-095-0/+57
* | | QMakeLocalFileName: remove mutable specifier from real_nameJoerg Bornemann2019-08-081-1/+2
* | | Remove special handling of DLLDESTDIR on WindowsJoerg Bornemann2019-08-031-8/+2
* | | Remove QMake's -createstub optionJoerg Bornemann2019-08-036-35/+0
* | | Fix Makefile re-generation for debug_and_release buildsJoerg Bornemann2019-08-021-0/+12
* | | Rename MakefileGenerator::build_args() to ...::fullBuildArgs()Joerg Bornemann2019-07-312-5/+5
* | | Remove dead code from metamakefile.cppJoerg Bornemann2019-07-311-14/+7