aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs-setup-qt/setupqt.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix 'performance-no-automatic-move' warningIvan Komissarov2022-08-161-1/+1
* Do not use std::string in HostOsInfoIvan Komissarov2022-02-041-1/+1
* Replace std::erase && std::remove_if chains with Internal::remove_ifDenis Shienkov2021-12-221-4/+1
* Replace missing std::any_of with Internal::any_ofDenis Shienkov2021-12-021-1/+1
* Add missing std:: namespace for all functions from <cstdio> libraryDenis Shienkov2021-12-011-1/+1
* Get rid of Set::to/from methodsIvan Komissarov2021-08-161-3/+4
* setup-toolchains now sets the qbs.toolchainType, not qbs.toolchainIvan Komissarov2020-03-091-3/+9
* Add Visual Studio 2019 support1.13Joerg Bornemann2019-06-071-1/+1
* 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-251-17/+17
* setup-qt: Fix detection for 32-bit MSVCChristian Kandeler2019-02-131-1/+3
* Detect Qt via a module providerChristian Kandeler2019-02-121-228/+83
* qtprofilesetup: Understand the mkspec prefix "mingw"Christian Kandeler2018-10-181-5/+5
* Fix VS toolchain compatibility matchingJoerg Bornemann2018-06-081-1/+8
* Move msvcVersion out of QtEnvironmentJoerg Bornemann2018-05-241-9/+10
* 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-241-9/+12
* 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-161-4/+4
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-2/+2
* STL compatibility: use front() instead of first()Jake Petroules2017-11-141-2/+2
* 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
* 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
* Change style of #includes of Qt headersJake Petroules2017-01-041-8/+7
* 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-291-14/+23
|/
* 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-061-1/+1
* 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
* setup-qt: Fix mkspec name extraction for Qt4/mingw.Christian Kandeler2015-06-171-0/+5
* setup-qt: Relax toolchain compatibility requirements.Christian Kandeler2015-06-161-18/+45
* let setup-qt detect qmake-qt4 and qmake-qt5 executablesJoerg Bornemann2015-05-111-7/+18