diff options
author | Tobias Hunger <tobias.hunger@digia.com> | 2013-01-30 18:19:31 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@digia.com> | 2013-02-01 13:03:36 +0100 |
commit | 5ed1f71529a65f261c01ed3b2044080a9097ac21 (patch) | |
tree | 8273a6a26807ce2711e80a4b4ecb8e441238ffba /qtcreator.qbs | |
parent | df1f7796bac9f225a42c31e0d62d04226b7d1b9e (diff) | |
download | qt-creator-5ed1f71529a65f261c01ed3b2044080a9097ac21.tar.gz |
Initial version of qbs plugin
Change-Id: I0e0ae07affccfeab167303bb976475649a630e65
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'qtcreator.qbs')
-rw-r--r-- | qtcreator.qbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qtcreator.qbs b/qtcreator.qbs index 4413f66cae..07e40f2157 100644 --- a/qtcreator.qbs +++ b/qtcreator.qbs @@ -59,6 +59,7 @@ Project { "src/plugins/mercurial/mercurial.qbs", "src/plugins/perforce/perforce.qbs", "src/plugins/projectexplorer/projectexplorer.qbs", + "src/plugins/qbsprojectmanager/qbsprojectmanager.qbs", // "src/plugins/qmldesigner/qmldesigner.qbs", "src/plugins/qmljseditor/qmljseditor.qbs", "src/plugins/qmljstools/qmljstools.qbs", |