summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Install to /usr/local rather than /usr by defaultHEADmasterShawn Rutledge2021-10-282-2/+2
* add new tools for Qt 6Shawn Rutledge2021-10-281-1/+21
* Add qtattributionsscanner to the Makefilev66Friedemann Kleint2018-05-041-0/+1
* Fix checking return value of endsWithDmitry Shachnev2017-10-291-1/+1
* Add a few more tools to qtchooser:Thiago Macieira2017-08-031-0/+5
* Remove qglinfoAlexander Volkov2016-11-101-1/+0
* Fish: let qcd switch between src and qt dirFrederik Gladhorn2016-07-171-3/+13
* Fish: auto complete paths in qcdFrederik Gladhorn2016-07-171-0/+9
* Fish: auto complete available qt versionsFrederik Gladhorn2016-07-171-0/+2
* Fix argument for fish version of qcdFrederik Gladhorn2016-07-171-2/+2
* Make sure that "make check" compiles the main binaryThiago Macieira2016-05-121-1/+1
* Add "make tagdist" that creates the tag and makes a packageThiago Macieira2016-04-271-1/+8
* Add support for qmake -query with /src and /getThiago Macieira2016-04-271-9/+16
* fish environment scriptsFrederik Gladhorn2016-03-181-0/+120
* Fix locating src dirFrederik Gladhorn2016-03-161-2/+2
* Add qtplugininfoAndrea Scarpino2015-10-081-0/+1
* Implement fallback mechanism for some toolsDmitry Shachnev2015-02-101-8/+52
* set CMAKE_PREFIX_PATHShawn Rutledge2015-01-151-0/+4
* Use a variable for the qmake executablePino Toscano2015-01-021-1/+2
* Fix possible buffer overrun in use of readlink(2)Thiago Macieira2014-12-181-2/+2
* Add qmleasing and qmllint toolsAndrea Scarpino2014-12-121-0/+2
* Add the install mode for qtchooserThiago Macieira2014-06-133-42/+309
* Add qlalr to the tools (it's built by default from src/tools/qlalr)Simon Hausmann2014-06-051-0/+1
* Completion for bashJ-P Nurmi2014-05-221-0/+12
* Added qtdiagTomasz Olszak2014-05-011-0/+1
* Add qmlimportscanner, qtpathsAndrea Scarpino2014-01-161-0/+2
* Created */man/man1 directory before installing manual.Tomasz Olszak2013-12-181-0/+2
* Add QTCHOOSER_NO_GLOBAL_DIR to the man page.Lisandro Damián Nicanor Pérez Meyer2013-12-171-0/+6
* make install installs the man page tooShawn Rutledge2013-12-161-0/+1
* Fix test failure: -list-versions must not include .confqtchooser-39-g4717841Thiago Macieira2013-12-162-6/+11
* add qml to the list of toolsShawn Rutledge2013-12-141-0/+1
* Always ensure that the hardcoded paths are foundSune Vuorela2013-12-091-1/+1
* Add support for Mac-specific tools to qtchooserThiago Macieira2013-10-161-0/+8
* Doc: Fix typoOrgad Shaneh2013-07-201-1/+1
* Print a sorted list of Qt versionsThiago Macieira2013-05-231-8/+17
* Use a regular function pointer for visitingThiago Macieira2013-05-231-4/+5
* Require an exact match to the tag when releasingThiago Macieira2013-05-231-1/+1
* create a system default pathqtchooser-31-g980c64cSune Vuorela2013-05-182-2/+13
* Give home configurations precedence over system onesAndrea Scarpino2013-05-141-3/+4
* Use getline from POSIX.1-2008 when availablePino Toscano2013-04-261-1/+26
* Can find and launch an app bundle on MacShawn Rutledge2013-03-281-0/+9
* argument -l is the same as -list-versions; double-dash is OK tooShawn Rutledge2013-03-221-2/+5
* Add 'make distcheck'qtchooser-26-g97962d2Thiago Macieira2013-03-051-0/+5
* Allow testing of any commit, not just HEADThiago Macieira2013-03-051-3/+4
* Warn about recursive callsFrederik Gladhorn2013-03-051-14/+36
* Add license files as mandated by (L)GPL and referred from main.cpp.Timo Jyrinki2013-02-073-0/+1210
* Add qdoc and qdoc3Timo Jyrinki2013-02-041-0/+2
* Expand leading tilde in tool path (for e.g. ~/dev/qt5)Shawn Rutledge2013-02-011-18/+20
* Simplify the getenv use and handle the empty $HOME caseThiago Macieira2013-02-011-11/+28
* Accept -run-tool if and only if the tool wasn't already selectedThiago Macieira2013-01-182-69/+79