summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-1673-2260/+150
* qdoc: Remove dependencies to non-existing help modulesKai Köhne2022-05-101-6/+1
* Fix qmake/qtpaths -query for static relocatable buildsJoerg Bornemann2022-05-091-2/+7
* qmake: Use qVersion for version reporting instead of QT_VERSION_STRAlexandru Croitor2022-05-065-12/+4
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-1/+2
* Remove unused parameter in NmakeMakefileGenerator::suppressBuiltinRules()Tor Arne Vestbø2022-04-051-1/+1
* qmake: Suppress built-in suffixes for makeOrgad Shaneh2022-03-314-0/+15
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-294-7/+5
* Misc: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Deprecate {QString, QByteArray}::count()Sona Kurazyan2022-03-121-8/+8
* qmake: Fix overlong command lines for static Qt builds on WindowsJoerg Bornemann2022-02-216-28/+81
* 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
* qmake: Scan source files with QFileJoerg Bornemann2022-02-021-41/+11
* QMake: replace a Q_ASSERT() with a Q_UNREACHABLE()Marc Mutz2022-01-251-1/+2
* Fix wrong QT_HOST_* values when qt.conf is presentJoerg Bornemann2022-01-121-2/+2
* qmake: Print error and exit if a response file cannot be createdJoerg Bornemann2022-01-081-2/+8
* qmake/MinGW: Fix linking target name with whitespaceJoerg Bornemann2022-01-081-1/+1
* Doc: Mention how to interrupt/continue qmake loopsJoerg Bornemann2022-01-081-0/+4
* qmake/Xcode: Mark "Qt Preprocess" build phase as always out of dateJoerg Bornemann2021-12-091-0/+1
* Fix size_t / int conversion warnings in qmakeKai Köhne2021-12-021-2/+2
* Long live Q_GADGET_EXPORT!Marc Mutz2021-11-271-0/+3
* qmake: use even fewer magic numbersMarc Mutz2021-11-261-28/+29
* qmake: don't use magic numbersMarc Mutz2021-11-241-7/+15
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-234-4/+4
* Move the 'qmake' feature to src/tools/configure.cmakeJoerg Bornemann2021-11-192-16/+0
* Change qt.conf key Qml2Imports to QmlImportsJoerg Bornemann2021-11-191-13/+14
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-11-111-0/+3
* qmake: Introduce the variable MSVC_TOOLSET_VERJoerg Bornemann2021-11-101-17/+1
* qmake: Support Visual Studio 2022Joerg Bornemann2021-11-103-1/+14
* qmake/vcxproj: Fix "CONFIG += combine" extra compilersJoerg Bornemann2021-10-251-26/+58
* qmake: Make some debug code actually compilableJoerg Bornemann2021-10-251-1/+1
* qmake/vcxproj: Fix malformed <Message> tagsJoerg Bornemann2021-10-251-0/+1
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-09-271-0/+1
* Remove fatuously true or false QT_VERSION checksEdward Welbourne2021-09-231-12/+5
* Doc: Fix broken linksVenugopal Shivashankar2021-09-171-5/+2
* qmake/xcode: Do not create OBJECTS_DIRJoerg Bornemann2021-09-104-0/+23
* Doc: Remove unsupported customFiltersKai Köhne2021-09-031-3/+0
* Update Android default SDK from 29 to 30Juha Vuolle2021-08-271-1/+1
* qmake: Add support for C17/C18Joerg Bornemann2021-08-261-0/+5
* qmake/vcxproj: Read C language standard from QMAKE_CFLAGSJoerg Bornemann2021-08-261-0/+16
* qmake/vcxproj generator: Handle C standard compiler flagsJoerg Bornemann2021-08-263-6/+37
* qmake: Recognize MSVC 16.x as VS 2019 in the VS project generatorJoerg Bornemann2021-08-261-27/+31
* Doc: Note that qmake's CONFIG values are case-sensitiveJoerg Bornemann2021-08-181-0/+2
* Fix framework dependencies in .la filesJoerg Bornemann2021-08-171-0/+28
* Avoid to call _qt_internal_set_up_static_runtime_library() twiceLi Xinwei2021-08-031-2/+1
* testlib: Update a few remaining instances of the deprecated -xunitxml formatTor Arne Vestbø2021-07-291-3/+3
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-282-4/+2
* Doc: Fix link errors in qmake manualNico Vertriest2021-07-281-4/+5
* QDuplicateTracker: accept the number of elements to reserve as a ctor argumentMarc Mutz2021-07-141-2/+1