summaryrefslogtreecommitdiffstats
path: root/qmake/generators
Commit message (Expand)AuthorAgeFilesLines
* QMake: Fix generation of Visual Studio filter filesJoerg Bornemann8 days1-1/+1
* QMake: make it error out if it cannot open output filesGiuseppe D'Angelo2024-03-272-3/+12
* Port to QDirListingAhmad Samir2024-03-032-16/+13
* qmake: use [[fallthrough]]Tim Blechmann2024-02-121-1/+1
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Remove build machine path that was baked into the qmake binaryJoerg Bornemann2023-12-131-4/+4
* qmake: Don't add dummy empty.lproj localization to macOS bundlesTor Arne Vestbø2023-04-201-1/+0
* qmake: Fix infinite make loop if RESOURCES contains nonexistent .qrcJoerg Bornemann2023-04-172-8/+18
* qmake: Fix incorrect Info.plist replacement of EXECUTABLE_NAMEAlexandru Croitor2023-04-061-1/+1
* Make qmake and qtpaths report Qt version baked into the binariesJoerg Bornemann2023-01-182-2/+2
* Set GenerateDebugInformation to true in vcproj if at least /DEBUG is setAlexey Edelev2023-01-132-1/+3
* Use qtversion.h instead of qlibraryinfo.hMarc Mutz2022-12-092-2/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-0310-72/+72
* Ensure proper format of Info.plistMaximilian Blochberger2022-10-191-4/+6
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-119-31/+31
* Port from container.count()/length() to size()Marc Mutz2022-10-0413-99/+99
* Move qVersion() from qglobal.h to qlibraryinfo.hSona Kurazyan2022-09-012-0/+2
* Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TOIvan Solovev2022-08-191-1/+1
* qmake/msbuild: Turn off "use full paths in diagnostics" by defaultJoerg Bornemann2022-06-221-1/+1
* qmake/msbuild: Support all /DEBUG:xxx linker optionsJoerg Bornemann2022-06-223-5/+20
* qmake/msbuild: Support all /LTCG:xxx optionsJoerg Bornemann2022-06-223-17/+24
* Teach qmake about digit-grouping apostrophes in numeric literalsEdward Welbourne2022-06-171-2/+23
* Use SPDX license identifiersLucie Gérard2022-05-1629-785/+60
* qmake: Use qVersion for version reporting instead of QT_VERSION_STRAlexandru Croitor2022-05-062-2/+2
* 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-293-6/+4
* 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
* qmake: Scan source files with QFileJoerg Bornemann2022-02-021-41/+11
* 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
* 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
* 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
* qmake/xcode: Do not create OBJECTS_DIRJoerg Bornemann2021-09-104-0/+23
* 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
* Fix framework dependencies in .la filesJoerg Bornemann2021-08-171-0/+28
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-281-2/+1