summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-146-6/+8
|\
| * Remove QLatin1Literal usagesGiuseppe D'Angelo2019-06-101-1/+1
| * Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-062-2/+5
| * Do not "fixify" the content of extra compiler input variables twiceJoerg Bornemann2019-06-041-1/+0
* | Revert "cmake: Make CMake superbuilds work"Alexandru Croitor2019-06-141-1/+1
* | cmake: Make CMake superbuilds workKevin Funk2019-06-141-1/+1
* | Automatically find apple frameworks when building a repoAlexandru Croitor2019-06-131-2/+0
* | cmake: Add warnings_are_errors optionAlbert Astals Cid2019-06-054-4/+3
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-038-99/+68
|\|
| * Remove unneeded qstring_compat.cpp from the qmake buildJoerg Bornemann2019-05-293-11/+2
| * De-duplicate code for calling extra compiler depend_commandJoerg Bornemann2019-05-292-76/+56
| * Do not ignore exit codes of install commandsJoerg Bornemann2019-05-232-10/+10
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-0335-414/+619
|\|
| * Sequentialize install targets in debug_and_release buildsJoerg Bornemann2019-05-241-3/+36
| * Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-272-16/+11
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-271-14/+8
| | |\
| | | * Use appropriate encoding rather than UTF-8 when reading from a pipeEdward Welbourne2019-05-241-14/+8
| | * | doc: Explain how qmake finds for files included in your source codeKavindra Palaraja2019-05-161-2/+3
| * | | qmake: remove use of Java-style iteratorsMarc Mutz2019-05-211-3/+1
| * | | Deduplicate initialization code for default variablesJoerg Bornemann2019-05-162-23/+16
| * | | Clean up class definitions of makefile generatorsJoerg Bornemann2019-05-1614-82/+5
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-151-0/+3
| |\| |
| | * | Add the c++latest CONFIG value to select the latest C++ standardJoerg Bornemann2019-05-141-0/+3
| * | | qmake: replace QLinkedList with std::listMarc Mutz2019-05-135-15/+11
| * | | qmake: use std names on a linked listMarc Mutz2019-05-135-25/+25
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-132-2/+15
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-092-2/+12
| | |\|
| | | * 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 the c++2a CONFIG valueJoerg Bornemann2019-05-081-0/+3
| * | | Deprecate conversion functions between QList and QSetLars Knoll2019-05-072-2/+3
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-071-1/+4
| |\| |
| | * | doc: Document the effect of *.qmake.cache properlyKavindra Palaraja2019-04-291-1/+4
| * | | Prefix textstream operators with Qt::Lars Knoll2019-05-029-255/+255
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-271-0/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-261-0/+2
| | |\|
| | | * Doc: Document qmake's plugin_bundle CONFIG valueJoerg Bornemann2019-04-241-0/+2
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-244-0/+69
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-244-0/+33
| | |\|
| | | * 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
| | * | doc: Explain the config members for INSTALLSKavindra Palaraja2019-04-231-0/+35
| | * | doc: Add clang to the Unix list for Precompiled Headers documentationv5.13.0-beta3Kavindra Palaraja2019-04-151-0/+1
| * | | QRegExp include cleanupSamuel Gaist2019-04-197-5/+3
* | | | Allow building the tests directory as a standalone CMake projectAlexandru Croitor2019-05-221-3/+1
* | | | Implement developer / non-prefix buildsAlexandru Croitor2019-05-151-2/+7
* | | | Export tool config and target files for each relevant moduleAlexandru Croitor2019-05-021-0/+1
* | | | Fix qmake build after no longer linking against QtCoreAlexandru Croitor2019-04-291-2/+8
* | | | CMake: Do not link qmake against Qt (not even the bootstrap one)Tobias Hunger2019-04-291-0/+1
* | | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-1634-596/+695
|\| | |