summaryrefslogtreecommitdiff
path: root/src/tools/sdktool/settings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* License updateEike Ziller2014-10-091-7/+8
| | | | | Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* SdkTool: Use Qt Creator doctypesOrgad Shaneh2014-07-081-10/+12
| | | | | | | Simplify filename conversion while at it Change-Id: I0a7473aa42626a04214887f1cc82abe536233a78 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* SDKtool: Remove duplicate conditionTobias Hunger2014-07-031-2/+0
| | | | | Change-Id: Icf44c2069b593bb3289b55510f51733d53e7507c Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Utils::FileName: Rename append to appendString()Daniel Teske2014-01-091-1/+1
| | | | | | | | | | The function's operation of simply appending the string as is would be fine if FileNames were strings. But they aren't, so the function name should be intentionally ugly to stand out. Change-Id: I85e16844e2d69cacb6566c538182b84300c45161 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
| | | | | | Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* SDKtool: Add support for debugger.xmlTobias Hunger2013-10-291-0/+2
| | | | | | | | | | | | | | Add support to add/remove debugger entries to debuggers.xml This is in addition to the existing mode of writing the debugger path/debugger engine into the kit. This works reasonably well, but the new mode offers better control as how the debugger is called, etc. addKit also got a --debuggerid switch to set the debugger id instead of using the old configuration format. Change-Id: Id4be0366d2c126252419cf1ba87cd0e117204e54 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
| | | | | Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Adjust license headershjk2012-10-051-21/+20
| | | | | Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* SDKtool: Always write settings to the place creator expects themTobias Hunger2012-09-251-27/+8
| | | | | | | Simplify the .pro-file while at it and add rpath. Change-Id: Ia111e76093c6c375d04fca51d81ac87a267b0121 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* Add sdktoolTobias Hunger2012-09-211-0/+100
Add a tool to ease configuration of Qt versions, tool chains and kits with Qt Creator for the SDK and similar systems. Change-Id: I9727dd25ea359a935ea494b035a59411eb3529b8 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>