aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs-setup-qt/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Detect Qt via a module providerChristian Kandeler2019-02-121-6/+5
* Add support for system-level settingsChristian Kandeler2018-06-011-0/+1
* Move msvcVersion out of QtEnvironmentJoerg Bornemann2018-05-241-3/+3
* Replace 'foreach' macro with range-based 'for'Denis Shienkov2017-11-241-2/+2
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-2/+2
* setup-qt: Give feedback to the user if no Qt installations were detectedChristian Kandeler2017-10-171-0/+5
* Change style of #includes of Qt headersJake Petroules2017-01-041-3/+3
* Update license headersIikka Eklund2016-08-291-14/+23
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* update license headersJoerg Bornemann2015-03-021-2/+2
* Update LicenseEike Ziller2015-01-261-6/+6
* fix compilation with minimal Qt configurationJoerg Bornemann2014-12-231-0/+1
* License update.Eike Ziller2014-10-161-7/+8
* remove qbsSettings() functionJoerg Bornemann2014-07-091-4/+4
* Allow the user to specify a custom place for settings.Christian Kandeler2014-02-211-1/+1
* Add command line parser classes to config-ui and setup-qt.Christian Kandeler2014-02-211-55/+23
* Prepare for using QT_NO_CAST_FROM/TO_ASCII.Jake Petroules2014-01-141-3/+4
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Some minor improvements to the Error class.Christian Kandeler2013-06-181-1/+1
* setup-qt: fix a gazillion typosJoerg Bornemann2013-04-111-4/+4
* Remove global log sink.Christian Kandeler2013-02-061-8/+7
* Do not hardcode the settings source in the library.Christian Kandeler2013-01-291-6/+8
* Integrate tool-specific help into general help.Christian Kandeler2013-01-281-1/+1
* Support "--help" option in all tools.Christian Kandeler2013-01-221-39/+51
* update copyright yearJoerg Bornemann2013-01-091-1/+1
* Only add a suffix to the Qt profile name if the suffix is not empty.Jake Petroules2012-12-271-2/+6
* setup-qt: use common error classJoerg Bornemann2012-11-221-2/+2
* Remove some redundant namespace usages.Christian Kandeler2012-10-231-14/+16
* Remove as much stuff as possible from the evil Qbs namespace.Christian Kandeler2012-10-161-1/+1
* Rename logsink.hChristian Kandeler2012-10-121-1/+1
* Get rid of more irregular console output.Christian Kandeler2012-10-111-2/+5
* license and copyright updatedJoerg Bornemann2012-10-081-28/+20
* Catch all exceptions by const reference.Christian Kandeler2012-10-041-1/+1
* setup-qt: fix error handlingJoerg Bornemann2012-10-021-26/+31
* setup-qt introduce --detect optionJoerg Bornemann2012-06-111-10/+14
* setup-qt don't yell at usersJoerg Bornemann2012-06-111-4/+4
* style fixes for setup-qtJoerg Bornemann2012-05-071-3/+0
* Add qt setup toolMarco Bubke2012-05-031-0/+102