summaryrefslogtreecommitdiffstats
path: root/qmake/generators
Commit message (Expand)AuthorAgeFilesLines
* 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
* Explicitly set input files for qtpreprocessChristoph Keller2021-04-121-0/+9
* Explicitly set output files for qtpreprocessNikolay Avtomonov2021-04-071-1/+7
* qmake: Introduce compile_included_sources CONFIG optionJoerg Bornemann2021-02-082-4/+10
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-051-3/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-302-2/+2
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-151-2/+2
* Add new way to mess up projects with QMAKE_INSTALL_REPLACEMichal Klocek2020-11-092-5/+14
* Minor refactor of installMetaFileMichal Klocek2020-11-092-20/+27
* qmake/vcxproj: Fix handling of extra compiler outputsJoerg Bornemann2020-11-021-1/+1
* qmake: Fix qHash-related integer conversion warningsFriedemann Kleint2020-10-171-1/+1
* qmake: Fix iOS code signing after QSettings behavior changeAlexandru Croitor2020-10-061-3/+8
* qmake: Support multiple /MERGE:from=to options in MSVC generatorJoerg Bornemann2020-09-181-1/+7
* Use QList instead of QVector in qmakeJarek Kobus2020-09-059-17/+17
* iOS: Add a variable to customize where the launch image is taken fromAndy Shaw2020-07-222-0/+13
* Move QRegExp and its remaining mentions out of QtCoreSona Kurazyan2020-07-131-1/+0
* Silence some warnings about fallthroughFriedemann Kleint2020-07-091-1/+2
* Use qsizetype in QListLars Knoll2020-07-061-1/+1
* MinGW: Use a response file for long include pathsOrgad Shaneh2020-07-063-7/+28
* Makefile: Deduplicate logic for response file nameOrgad Shaneh2020-07-064-40/+32
* QMake: fixup a mistake when porting to QREGiuseppe D'Angelo2020-07-061-1/+1
* 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-062-14/+3
* Port qmake from QStringRef to QStringViewLars Knoll2020-06-056-23/+23
* 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
* Add a QRegularExpression::fromWildcard() convenience methodLars Knoll2020-05-062-6/+4
* Remove QRegExp from the bootstrap libraryLars Knoll2020-05-061-0/+1
* Port qmake over to user QRegularExpressionLars Knoll2020-05-059-51/+57
* Build qmake with QT_USE_STRINGBUILDERLars Knoll2020-05-057-13/+17
* Add more entries for QMAKE_TARGET_XXXYuhang Zhao2020-05-051-1/+21
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-1/+1
|\
| * Use QMAKE_TARGET for the name of the object script fileAndy Shaw2020-04-281-1/+1
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-3/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-032-2/+2
|\|
| * QMake: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-282-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-262-0/+16
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-182-0/+16
| |\
| | * Windows: Add install/uninstall rules for target.targetsKai Koehne2020-02-141-0/+14
| | * qmake: Allow the use of a response file when building a libraryAndy Shaw2020-02-131-0/+2
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-1/+1
|\| |
| * | 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