summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix QT_HOST_DATA for builds setting INSTALL_MKSPECSDIRJoerg Bornemann2021-06-232-1/+14
* qmake: fix MSVC build error when QT_FEATURE_static_runtime is ONLi Xinwei2021-05-191-0/+1
* Follow the generic logic of QLibraryInfo when computing QT_HOST_PREFIXAlexey Edelev2021-05-181-7/+5
* qmake: Clear caches before exitingRobert Löhning2021-05-062-1/+5
* doc: Mention qmake6 as name of qmake executable on LinuxKai Köhne2021-05-051-0/+6
* Fix "qmake -spec foo" call for cross buildsJoerg Bornemann2021-04-262-12/+19
* Fix infinite loop in qmake option parsingJonas Karlsson2021-04-221-3/+4
* qdoc: Name section 'Getting started with qmake'Kai Köhne2021-04-221-5/+5
* Explicitly set input files for qtpreprocessChristoph Keller2021-04-121-0/+9
* Explicitly set output files for qtpreprocessNikolay Avtomonov2021-04-071-1/+7
* Add a way to install versioned hard-links for toolsJoerg Bornemann2021-03-251-0/+1
* Fix warning when building qmake with MSVCJoerg Bornemann2021-03-221-0/+1
* Unify QLibraryInfo settingsAlexey Edelev2021-03-174-72/+34
* Add support for various output formats for QMakePropertyAlexey Edelev2021-03-126-67/+213