summaryrefslogtreecommitdiff
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* QMake: fix build with clang-clYuhang Zhao2023-05-031-0/+2
* 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
* Rid of 'special case' markersAlexey Edelev2023-04-131-7/+3
* qmake: Fix incorrect Info.plist replacement of EXECUTABLE_NAMEAlexandru Croitor2023-04-061-1/+1
* qmake: Clarify documentation on how to modify QMAKE_BUNDLEAlexandru Croitor2023-04-061-2/+5
* Use NO_UNITY_BUILD instead of directly setting the propertyAmir Masoud Abdol2023-04-061-1/+1
* Remove unused code in qmake, triggering -Wunused-but-set-variableAmir Masoud Abdol2023-04-051-5/+0
* Change android target SDK version to 31Fabio Falsini2023-03-211-1/+1
* Propagate QT_DISABLE_DEPRECATED_UP_TO to QtLibraryInfo libraryIvan Solovev2023-03-131-0/+3
* Add some exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-161-0/+1
* Make qmake and qtpaths report Qt version baked into the binariesJoerg Bornemann2023-01-185-4/+9
* Set GenerateDebugInformation to true in vcproj if at least /DEBUG is setAlexey Edelev2023-01-132-1/+3
* qmake: Document that QMAKE_PRE_LINK does not work with XcodeAlexandru Croitor2022-12-151-1/+2
* Use qtversion.h instead of qlibraryinfo.hMarc Mutz2022-12-094-4/+4
* Windows: centralize how we handle error messagesYuhang Zhao2022-11-161-19/+5
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-0315-119/+119
* Ensure proper format of Info.plistMaximilian Blochberger2022-10-191-4/+6
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-1116-46/+46
* Port from container.count()/length() to size()Marc Mutz2022-10-0424-148/+148
* Replace the syncqt.pl script with syncqt toolAlexey Edelev2022-09-271-0/+3
* Move qVersion() from qglobal.h to qlibraryinfo.hSona Kurazyan2022-09-014-0/+4
* QtBase tools: port away from deprecated qSetGlobalQHashSeed(0)Ivan Solovev2022-08-301-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TOIvan Solovev2022-08-191-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Doc: Clarify qmake's c++latest CONFIG valueJoerg Bornemann2022-06-291-2/+4
* Doc: Document QML_IMPORTS_PATH and QMLPATHSAndreas Eliasson2022-06-271-1/+25
* 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
* qmake: Document Xcode behavior when bundling translation filesAlexandru Croitor2022-06-143-0/+46
* Use SPDX license identifiersLucie Gérard2022-05-1673-2260/+150
* qdoc: Remove dependencies to non-existing help modulesKai Köhne2022-05-101-6/+1
* Fix qmake/qtpaths -query for static relocatable buildsJoerg Bornemann2022-05-091-2/+7
* qmake: Use qVersion for version reporting instead of QT_VERSION_STRAlexandru Croitor2022-05-065-12/+4
* 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-294-7/+5
* 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
* QLibraryInfo: remove load-time variableThiago Macieira2022-02-051-1/+2
* qmake: Print proper error if no .pro file could be detectedJoerg Bornemann2022-02-021-7/+19
* qmake: Scan source files with QFileJoerg Bornemann2022-02-021-41/+11
* QMake: replace a Q_ASSERT() with a Q_UNREACHABLE()Marc Mutz2022-01-251-1/+2
* Fix wrong QT_HOST_* values when qt.conf is presentJoerg Bornemann2022-01-121-2/+2
* qmake: Print error and exit if a response file cannot be createdJoerg Bornemann2022-01-081-2/+8