aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs-setup-qt
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* fix buildJoerg Bornemann2015-05-061-1/+1
* Use smarter logic for automatically setting base profiles.Jake Petroules2015-05-061-1/+148
* setupqt: Don't create more than one profile for the same Qt.Christian Kandeler2015-04-281-2/+11
* Prevent automatic casting from char* to QString.Christian Kandeler2015-04-231-4/+4
* setup-qt: Fix detection of path for host binaries.Christian Kandeler2015-04-101-1/+3