summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-0/+1
* Doc: Drop dependency on qtgraphicaleffectsPaul Wicking2020-08-201-1/+0
* Document qmake variable ANDROID_TARGET_ARCHKai Koehne2020-08-191-8/+8
* Disentangle QIODevice dependenciesLars Knoll2020-08-151-0/+1
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-064-5/+2
* iOS: Add a variable to customize where the launch image is taken fromAndy Shaw2020-07-223-0/+23
* Move QRegExp and its remaining mentions out of QtCoreSona Kurazyan2020-07-139-15/+4
* Silence some warnings about fallthroughFriedemann Kleint2020-07-091-1/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-07-073-5/+5
* Use qsizetype in QListLars Knoll2020-07-061-1/+1
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-062-2/+2
* 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
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-202-4/+0
* CMake: Use intelcet flags for bootstrap and qmakeAlexandru Croitor2020-06-181-0/+1
* qmake: Fix generation of Visual Studio projectsOliver Wolff2020-06-171-0/+8
* CMake: Fix usage of gc_binaries featureAlexandru Croitor2020-06-121-1/+1
* Remove winrtOliver Wolff2020-06-065-317/+56
* qmake: Stop using -isystem flagDmitry Shachnev2020-06-062-14/+3
* Port qmake from QStringRef to QStringViewLars Knoll2020-06-0518-108/+107
* CMake: Make it possible to build tools when cross-compilingLeander Beernaert2020-06-022-17/+21
* Mark qmake as Qt tool in qmake/qmake.proJoerg Bornemann2020-05-293-4/+6
* CMake: Re-generate qmake/CMakeLists.txtJoerg Bornemann2020-05-292-32/+50
* Fix qmake.proJoerg Bornemann2020-05-291-1/+1
* Remove last remainings of Qt Quick 1 importsKai Koehne2020-05-251-1/+0
* Remove qxmlstream from qmake compileLars Knoll2020-05-254-16/+1
* Make utf8_source the default for qmake buildsLars Knoll2020-05-141-2/+2
* Move the UTF conversion methods to qstringconverterLars Knoll2020-05-144-10/+10
* Android: add ANDROID_ABIS qmake snippetAssam Boudjelthia2020-05-131-0/+10
* Disable the PCRE Jit when compiling qmakeLars Knoll2020-05-123-3/+5
* qmake: fix a few deprecated QChar(non-char-type) warningsMarc Mutz2020-05-123-9/+9
* 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-115-15/+11
* Add a QRegularExpression::fromWildcard() convenience methodLars Knoll2020-05-063-7/+5
* Remove QRegExp from the bootstrap libraryLars Knoll2020-05-061-0/+1
* Port qmake over to user QRegularExpressionLars Knoll2020-05-0514-98/+129
* Compile QRegularExpression into qmakeLars Knoll2020-05-057-8/+246
* Build qmake with QT_USE_STRINGBUILDERLars Knoll2020-05-0512-35/+78
* Add more entries for QMAKE_TARGET_XXXYuhang Zhao2020-05-052-3/+59
* 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
* | CMake: Fix developer build of MinGW cmake configurationAlexandru Croitor2020-05-011-0/+1
* | Remove textcodec codepaths in qmakeLars Knoll2020-05-012-30/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-0/+188
|\|
| * Android: update Android specific variables docsAssam Boudjelthia2020-04-171-0/+188
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-096-10/+10
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-0/+8
|\|