summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprojectmanager/qmlprojecttarget.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactor deploymentTobias Hunger2010-08-021-0/+1
| | | | | | | | | | | | | | | | * Add a DeployConfiguration class to hold settings related to deployment. * Add BuildStepsList to hold a list of buildsteps * Update BuildConfiguration to use BuildStepLists instead of manageing lists of buildsteps itself. * Update BuildManager to use BuildStepLists in its interfaces * Fix fallout introduced by API changes * Update .user file to new way of storing settings Task-number: QTCREATORBUG-1427 Task-number: QTCREATORBUG-1428 Task-number: QTCREATORBUG-1811 Task-number: QTCREATORBUG-1930
* Long live the king!hjk2010-03-051-1/+1
|
* QmlProjectManager refactoringKai Koehne2010-02-161-0/+83
Putting every class in it's own files + avoid "using namespace"