summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add the 'FEATURE_qmake' featureAlexey Edelev2021-03-042-14/+17
* Generate information about user-facing applications in build dirJoerg Bornemann2021-03-021-1/+1
* Improve QMakeLibraryInfo encapsulationAlexey Edelev2021-03-015-61/+72
* Simplify prefix-related functionality of qmakeAlexey Edelev2021-03-012-18/+12
* Remove unused definitionsAlexey Edelev2021-03-011-8/+2
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-255-211/+446
* qmake: Update documentation that c++17 is the defaultKai Köhne2021-02-191-2/+2