summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* Fix dependency resolution for extra compilers in VS projectsJoerg Bornemann2020-01-094-29/+17
* De-duplicate code for calling extra compiler depend_commandJoerg Bornemann2020-01-092-80/+60
* Ignore non-existent .ui file dependenciesJoerg Bornemann2019-11-062-0/+10
* Fix assert in VS project generatorJoerg Bornemann2019-10-161-2/+4
* Include likely-adjusted uiLanguages for the system localeEdward Welbourne2019-10-102-1/+6
* 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
* | Remove broken wild card list from QMake's help outputJoerg Bornemann2019-08-242-6/+5
* | Fix classical strcmp misuse in VS project generatorJoerg Bornemann2019-08-241-12/+3
|/
* Fix qinstall on Windows for directories containing read-only filesJoerg Bornemann2019-08-151-6/+36
* Fix escaping of < and > in QMake's XML generatorJoerg Bornemann2019-08-121-3/+7
* Doc: Extend QMake's documentation of RC_FILE and RES_FILEJoerg Bornemann2019-08-121-5/+5
* Fix dependency_libs entry of .la filesJoerg Bornemann2019-08-031-5/+33
* qmake: Keep -force_load with library when merging linker flagsTor Arne Vestbø2019-07-291-3/+6
* qmake: Don't allow -framework without second argument when merging flagsTor Arne Vestbø2019-07-291-8/+4
* qmake: fix variable naming conflicts with C++20 keywordYulong Bai2019-07-191-3/+3
* qmake: fix move semanticsGiuseppe D'Angelo2019-07-181-2/+3
* Revert "Fix determination of source and build roots"Jörg Bornemann2019-07-041-26/+13
* Add QDebug streaming operator for ProStringJoerg Bornemann2019-06-242-0/+8
* Fix 'clean' target for MinGW DLLsJoerg Bornemann2019-06-241-1/+1
* qmake: CleanupKai Koehne2019-06-056-6/+5
* Fix determination of source and build rootsJoerg Bornemann2019-06-041-13/+26
* Make sure .pc, .prl and .la files are created for header_only modulesJoerg Bornemann2019-06-033-5/+10
* Do not write 'Libs:' into .pc files if TEMPLATE is not 'lib'Joerg Bornemann2019-06-031-36/+38
* Fix meta file replacements if matches are emptyJoerg Bornemann2019-06-031-4/+8
* Fix QMAKE_EXTRA_COMPILER names in VS projectsJoerg Bornemann2019-05-312-7/+23
* Warn about invalid SUBDIRS contentJoerg Bornemann2019-05-281-2/+9
* Use appropriate encoding rather than UTF-8 when reading from a pipeEdward Welbourne2019-05-241-14/+8
* qmake: Document DESTDIR deficienciesKai Koehne2019-05-081-0/+4
* qmake: Distinguish local header files by directory and nameMatthias Doerfel2019-05-071-2/+8
* Doc: Document qmake's plugin_bundle CONFIG valueJoerg Bornemann2019-04-241-0/+2
* Teach qmake MSVC's compiler options /std:c++[14|17|latest]Joerg Bornemann2019-04-233-0/+11
* Doc: Document QMAKE_[L|C[XX]]FLAGS_RELEASE_WITH_DEBUGINFOJoerg Bornemann2019-04-181-0/+22
* Let QINSTALL copy hidden files when installing directoriesJoerg Bornemann2019-04-091-1/+1
* Let "qmake -install qinstall" set default permissions 0644 and 0755Joerg Bornemann2019-04-081-20/+18
* Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-081-10/+16
|\
| * Revert "Let "qmake -install qinstall" set default permissions 0644 and 0755"Jani Heikkinen2019-04-041-10/+16
* | qmake: Remove dead codeKai Koehne2019-04-055-12/+3
* | Document in which Qt version a qmake function was introducedJoerg Bornemann2019-04-031-0/+64
|/
* Fix installation of .pdb files for applications that have VERSION setJoerg Bornemann2019-03-311-8/+11
* Let "qmake -install qinstall" set default permissions 0644 and 0755Joerg Bornemann2019-03-311-16/+10
* Add .lib and .exp files to clean targets only for librariesJoerg Bornemann2019-03-271-1/+1
* Fix library search path order on WindowsJoerg Bornemann2019-03-031-2/+4
* Handle QMAKE_SUBSTITUTES input files as Latin 1Joerg Bornemann2019-02-281-2/+2
* vcxproj generator: Fix files being in multiple filtersJoerg Bornemann2019-02-262-2/+25
* Display EXTRA_TRANSLATIONS files in VS projectsJoerg Bornemann2019-02-261-0/+1
* qmake: vcproj: Fix windeployqt config for dll targetsOliver Wolff2019-02-211-1/+1
* Inline expression to bypass compiler bugDmitry Sokolov2019-02-191-2/+2