aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs-setup-qt
Commit message (Expand)AuthorAgeFilesLines
* Merge 1.13 into masterChristian Kandeler2019-06-141-1/+1
|\
| * Add Visual Studio 2019 support1.13Joerg Bornemann2019-06-071-1/+1
* | Fix uninitialized variablesIvan Komissarov2019-05-021-2/+2
|/
* setup-qt: Fix magic MSVC version number used for compatibility checkChristian Kandeler2019-03-181-1/+1
* Return initializer list where it is possibleDenis Shienkov2019-02-261-7/+7
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-252-22/+22
* setup-qt: Fix detection for 32-bit MSVCChristian Kandeler2019-02-131-1/+3
* Detect Qt via a module providerChristian Kandeler2019-02-125-247/+102
* qtprofilesetup: Understand the mkspec prefix "mingw"Christian Kandeler2018-10-181-5/+5
* Fix VS toolchain compatibility matchingJoerg Bornemann2018-06-081-1/+8
* Add support for system-level settingsChristian Kandeler2018-06-013-4/+12
* Move msvcVersion out of QtEnvironmentJoerg Bornemann2018-05-243-17/+29
* Move MSVC-related functions to qtprofilesetup libJoerg Bornemann2018-05-241-35/+1
* Replace some uses of find_if with any_of and none_ofJoerg Bornemann2018-01-171-4/+4
* Make Version a public classJake Petroules2017-12-011-1/+0
* Constrain Qt modules also to qbs.targetPlatformJake Petroules2017-11-291-46/+0
* Replace 'foreach' macro with range-based 'for'Denis Shienkov2017-11-242-11/+14
* Add qbs.targetPlatform and qbs.hostPlatform propertiesJake Petroules2017-11-221-44/+34
* STL compatibility: use cbegin/cend() instead of constBegin/constEnd()Jake Petroules2017-11-221-2/+2
* STL compatibility: use push_back() instead of append()Jake Petroules2017-11-221-2/+2
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-163-11/+11
* STL compatibility: use size() instead of count()Jake Petroules2017-11-152-3/+3
* STL compatibility: use front() instead of first()Jake Petroules2017-11-142-3/+3
* Use the [[noreturn]] attribute instead of Q_NORETURNChristian Kandeler2017-10-301-2/+2
* setup-qt: Give feedback to the user if no Qt installations were detectedChristian Kandeler2017-10-171-0/+5
* Make sure all files in the repository are shown in the Qbs project treeJake Petroules2017-08-161-1/+1
* Add initial support for Universal Windows PlatformJake Petroules2017-08-011-3/+1
* Remove references to obsolete platformsJake Petroules2017-07-251-7/+0
* Fix the auto-connection of Qt profiles to toolchain profilesJoerg Bornemann2017-06-131-9/+5
* setup-qt: Fix automatic base profile assignment for MSVC Qt'sJoerg Bornemann2017-06-091-46/+62
* setup-qt: compress MSVC profiles even when Qt's MSVC version is unknownJoerg Bornemann2017-06-091-8/+25
* Revert "Fix (wrong) GCC7 fallthrough warnings"Orgad Shaneh2017-06-022-3/+2
* Fix (wrong) GCC7 fallthrough warningsOrgad Shaneh2017-06-011-0/+1
* Replace all uses of QSet with Internal::SetJake Petroules2017-03-221-11/+15
* Fix detection of framework builds of QtJake Petroules2017-02-241-7/+2
* Fix command-line parsing bug with some toolsChristian Kandeler2017-02-031-1/+1
* Change style of #includes of Qt headersJake Petroules2017-01-045-15/+14
* Add VS 2017 supportJoerg Bornemann2016-12-021-0/+2
* Fix VS Qt version matchingJoerg Bornemann2016-11-301-3/+5
* Prepare VS Qt version matching for VS 2017Joerg Bornemann2016-11-301-18/+18
* Merge 1.6 into masterChristian Kandeler2016-09-051-3/+1
|\
| * setup-qt: Fix toolchain profile look-upChristian Kandeler2016-09-011-3/+1
* | Update license headersIikka Eklund2016-08-293-42/+69
* | Update license headersIikka Eklund2016-08-292-28/+46
|/
* Merge 1.5 into 1.6Jake Petroules2016-06-281-2/+2
|\
| * Do the OS X to macOS rename.v1.5.2Jake Petroules2016-06-271-2/+2
* | Fix base profile setup for MSVC Qt profilesJoerg Bornemann2016-06-271-8/+37
|/
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-065-5/+5
* Make base profile matching work for Xcode + OS X.Jake Petroules2015-08-031-29/+37
* Fix compilation with MSVC 2010.v1.4.1Christian Kandeler2015-06-181-9/+9