aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs/qbstool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-2/+2
* Replace 'foreach' macro with range-based 'for'Denis Shienkov2017-11-241-2/+2
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-2/+2
* Change style of #includes of Qt headersJake Petroules2017-01-041-4/+4
* Do not use fromLocal8Bit() for string literalsKai Koehne2016-11-081-1/+1
* 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
* License update.Eike Ziller2014-10-161-7/+8
* Replace QTC_HOST_* with QBS_HOST_*Orgad Shaneh2014-10-021-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* check for existence before execution of a toolJoerg Bornemann2013-09-041-1/+8
* Fix "qbs help" output on Windows.Christian Kandeler2013-03-081-4/+10
* Introduce new command "config-ui".Christian Kandeler2013-02-011-3/+2
* Integrate tool-specific help into general help.Christian Kandeler2013-01-281-0/+82