summaryrefslogtreecommitdiffstats
path: root/qmake/option.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the qtpath issue with lto enabledAlexey Edelev2024-02-281-1/+1
* Make qmake and qtpaths report Qt version baked into the binariesJoerg Bornemann2023-01-181-1/+1
* Use qtversion.h instead of qlibraryinfo.hMarc Mutz2022-12-091-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-3/+3
* Port from container.count()/length() to size()Marc Mutz2022-10-041-3/+3
* Move qVersion() from qglobal.h to qlibraryinfo.hSona Kurazyan2022-09-011-0/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* qmake: Use qVersion for version reporting instead of QT_VERSION_STRAlexandru Croitor2022-05-061-1/+1
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-1/+1
* QLibraryInfo: remove load-time variableThiago Macieira2022-02-051-1/+2
* qmake: Print proper error if no .pro file could be detectedJoerg Bornemann2022-02-021-7/+19
* Fix "qmake -spec foo" call for cross buildsJoerg Bornemann2021-04-261-12/+12
* Fix infinite loop in qmake option parsingJonas Karlsson2021-04-221-3/+4
* Unify QLibraryInfo settingsAlexey Edelev2021-03-171-3/+4
* Improve QMakeLibraryInfo encapsulationAlexey Edelev2021-03-011-54/+8
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-251-5/+7
* Remove usage of the definitions that are never definedAlexey Edelev2021-02-011-2/+0
* If available, use a version-specific qt<major-version>.confRalf Habacker2021-01-141-3/+10
* Make "qmake -qtconf my-qt.conf -query" possibleJoerg Bornemann2020-10-231-0/+5
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Port qmake over to user QRegularExpressionLars Knoll2020-05-051-7/+9
* Make Qt relocatableAlexandru Croitor2019-09-071-0/+5
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-5/+4
|\
| * Remove broken wild card list from QMake's help outputJoerg Bornemann2019-08-241-5/+4
* | Remove QMake's -createstub optionJoerg Bornemann2019-08-031-3/+0
|/
* qmake: Apply modernize-use-nullptrAlessandro Portale2018-08-081-2/+2
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-1/+4
|\
| * Use a proper test for absolute path for qmake's locationEdward Welbourne2018-01-181-1/+4
* | Mark an unlikely test as such and condition in positive orderEdward Welbourne2017-07-071-7/+10
|/
* qmake: Do not mix canonical and non canonical pathsOliver Wolff2017-04-111-1/+3
* add a bunch of complementary options to -afterOswald Buddenhagen2017-02-061-4/+10
* don't pass qmake configure arguments to sub-projectsOswald Buddenhagen2017-01-061-0/+1
* revert to building qmake with qconfig.cppOswald Buddenhagen2017-01-061-5/+0
* move generation of qconfig.cpp (and qt.conf) to qmake-based configureOswald Buddenhagen2016-12-131-0/+5
* ensure that QMAKE_QMAKE always ends in .exe on windowsOswald Buddenhagen2016-11-151-4/+4
* qmake: use reserve to optimize memory allocation.Anton Kudryavtsev2016-02-011-0/+1
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-1/+2
|\
| * add enablers for printing project errors in cumulative modeOswald Buddenhagen2015-12-211-1/+2
* | QMake: Add option to set qt.conf file.David Schulz2015-10-271-0/+3
|/
* Distinguish between Objective-C and Objective-C++ sourcesTor Arne Vestbø2015-10-091-0/+4
* Update copyright headersJani Heikkinen2015-02-111-8/+8
* prune pointless assignments of QString::replace() and remove() resultsOswald Buddenhagen2015-02-021-4/+4
* avoid direct use of QLibraryInfo as much as possibleOswald Buddenhagen2015-02-021-1/+1
* complete reversal of adding QLibraryInfo to the bootstrap libraryOswald Buddenhagen2015-02-021-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* don't make relative paths if we don't know the top-level build dirOswald Buddenhagen2014-04-161-1/+1
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-2/+2
* fix warnings about unused variables & parametersOswald Buddenhagen2013-11-041-5/+4