summaryrefslogtreecommitdiffstats
path: root/qmake/generators/win32
Commit message (Expand)AuthorAgeFilesLines
* QMake: Fix generation of Visual Studio filter filesJoerg Bornemann2024-04-191-1/+1
* QMake: make it error out if it cannot open output filesGiuseppe D'Angelo2024-03-271-2/+8
* Port to QDirListingAhmad Samir2024-03-032-16/+13
* qmake: use [[fallthrough]]Tim Blechmann2024-02-121-1/+1
* Set GenerateDebugInformation to true in vcproj if at least /DEBUG is setAlexey Edelev2023-01-132-1/+3
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-035-32/+32
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-114-8/+8
* Port from container.count()/length() to size()Marc Mutz2022-10-045-32/+32
* 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
* Use SPDX license identifiersLucie Gérard2022-05-1614-378/+28
* 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-312-0/+5
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-4/+2
* Misc: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* qmake: Fix overlong command lines for static Qt builds on WindowsJoerg Bornemann2022-02-212-9/+10
* 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/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
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-281-2/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* qmake/vcxproj: Fix handling of extra compiler outputsJoerg Bornemann2020-11-021-1/+1
* qmake: Support multiple /MERGE:from=to options in MSVC generatorJoerg Bornemann2020-09-181-1/+7
* Use QList instead of QVector in qmakeJarek Kobus2020-09-053-3/+3
* Silence some warnings about fallthroughFriedemann Kleint2020-07-091-1/+2
* MinGW: Use a response file for long include pathsOrgad Shaneh2020-07-061-4/+19
* Makefile: Deduplicate logic for response file nameOrgad Shaneh2020-07-061-13/+4
* Remove unused variables in MSVC generator after WinRT removalTor Arne Vestbø2020-06-291-3/+0
* qmake: Fix generation of Visual Studio projectsOliver Wolff2020-06-171-0/+8
* Remove winrtOliver Wolff2020-06-064-148/+56
* qmake: Stop using -isystem flagDmitry Shachnev2020-06-061-6/+1
* Port qmake from QStringRef to QStringViewLars Knoll2020-06-054-10/+10
* qmake: Remove the DISCARDABLE flag for icon resourcesYuhang Zhao2020-05-111-1/+1
* qmake: Update the macro namesYuhang Zhao2020-05-121-2/+2
* qmake: Fix handling of manifest file of msvcYuhang Zhao2020-05-114-13/+1
* Port qmake over to user QRegularExpressionLars Knoll2020-05-055-16/+17
* Build qmake with QT_USE_STRINGBUILDERLars Knoll2020-05-051-4/+4
* Add more entries for QMAKE_TARGET_XXXYuhang Zhao2020-05-051-1/+21
* QMake: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-0/+14
|\
| * Windows: Add install/uninstall rules for target.targetsKai Koehne2020-02-141-0/+14
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-1/+1
|\|
| * Fix line ending in custom build steps of vcxproj filesJoerg Bornemann2020-01-301-1/+1