summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.7' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-10-031-4/+6
|\
| * Ensure proper format of Info.plistMaximilian Blochberger2022-11-181-4/+6
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.6' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-03-011-1/+25
|\|
| * Doc: Document QML_IMPORTS_PATH and QMLPATHSAndreas Eliasson2022-06-291-1/+25
* | Revert "Update commercial license headers"v6.2.5-lts-lgplTarja Sundqvist2022-11-2461-714/+714
|/
* qmake/msbuild: Turn off "use full paths in diagnostics" by defaultJoerg Bornemann2022-06-231-1/+1
* qmake/msbuild: Support all /DEBUG:xxx linker optionsJoerg Bornemann2022-06-233-5/+20
* qmake/msbuild: Support all /LTCG:xxx optionsJoerg Bornemann2022-06-233-17/+24
* Update commercial license headersTarja Sundqvist2022-06-2161-714/+714
* qmake: Document Xcode behavior when bundling translation filesAlexandru Croitor2022-06-163-0/+46
* qdoc: Remove dependencies to non-existing help modulesKai Köhne2022-06-031-6/+1
* qmake: Fix overlong command lines for static Qt builds on WindowsJoerg Bornemann2022-02-216-28/+81
* qmake/MinGW: Fix linking target name with whitespaceJoerg Bornemann2022-01-261-1/+1
* QMake: replace a Q_ASSERT() with a Q_UNREACHABLE()Marc Mutz2022-01-251-1/+2
* qmake/Xcode: Mark "Qt Preprocess" build phase as always out of dateJoerg Bornemann2021-12-091-0/+1
* qmake: Support Visual Studio 2022Joerg Bornemann2021-11-113-1/+14
* qmake/vcxproj: Fix "CONFIG += combine" extra compilersJoerg Bornemann2021-10-261-26/+58
* qmake/vcxproj: Fix malformed <Message> tagsJoerg Bornemann2021-10-251-0/+1
* Doc: Fix broken linksVenugopal Shivashankar2021-09-171-5/+3
* qmake/xcode: Do not create OBJECTS_DIRJoerg Bornemann2021-09-104-0/+23
* qmake: Add support for C17/C18Joerg Bornemann2021-08-311-0/+5
* Update Android default SDK from 29 to 30Juha Vuolle2021-08-271-1/+1
* qmake/vcxproj: Read C language standard from QMAKE_CFLAGSJoerg Bornemann2021-08-271-0/+16
* qmake/vcxproj generator: Handle C standard compiler flagsJoerg Bornemann2021-08-273-6/+37
* qmake: Recognize MSVC 16.x as VS 2019 in the VS project generatorJoerg Bornemann2021-08-271-27/+31
* 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-301-3/+3
* Fix QT_HOST_DATA for builds setting INSTALL_MKSPECSDIRJoerg Bornemann2021-06-242-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
* Move the common qmake sources into a object libraryAlexey Edelev2021-03-113-16/+38
* Remove all qmake-related data from q[make]config.cppJoerg Bornemann2021-03-112-5/+0
* qmake: Do not read from qmakeconfig.cppJoerg Bornemann2021-03-112-19/+25
* Read QLibraryInfo paths directly from QLibraryInfo and not from qmakeconfig.cppJoerg Bornemann2021-03-112-16/+14
* Pass target and host mkspec as defines to QMakeLibraryInfoJoerg Bornemann2021-03-112-0/+10
* Do not write Sysroot and SysrootifyPrefix into qmakeconfig.cppJoerg Bornemann2021-03-112-28/+46
* qmake: Delegate prefix deduction to QLibraryInfoJoerg Bornemann2021-03-113-22/+2
* QMakeLibraryInfo: Move reading of default values into separate functionJoerg Bornemann2021-03-111-21/+31
* Remove the platformsSection constant from qconfig.cpp.inJoerg Bornemann2021-03-111-1/+1