diff options
author | Christian Kandeler <christian.kandeler@nokia.com> | 2012-08-22 17:12:21 +0200 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@nokia.com> | 2012-08-22 17:15:20 +0200 |
commit | 888b7217cb21ddf1acba70fd359345bc6f0450bd (patch) | |
tree | 1c899b156482e6d1617bfd49860add2c5a05b0ce /src/plugins/qmldesigner/qmldesigner.qbs | |
parent | 8bff3cced2b4aa4a79b4619e9d99847eeb9f769e (diff) | |
download | qt-creator-888b7217cb21ddf1acba70fd359345bc6f0450bd.tar.gz |
QmlDesigner: Fix qbs build.
Was broken by I03935715e51777efffea533310a9d775cb676dca.
Change-Id: I8395809db4d18da3ecafccbcb1221e0c8dfca70c
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
Diffstat (limited to 'src/plugins/qmldesigner/qmldesigner.qbs')
-rw-r--r-- | src/plugins/qmldesigner/qmldesigner.qbs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/plugins/qmldesigner/qmldesigner.qbs b/src/plugins/qmldesigner/qmldesigner.qbs index 42161cb6f1..8ebfdb5247 100644 --- a/src/plugins/qmldesigner/qmldesigner.qbs +++ b/src/plugins/qmldesigner/qmldesigner.qbs @@ -242,14 +242,6 @@ QtcPlugin { "components/formeditor/scaleitem.h", "components/formeditor/resizecontroller.h", "components/formeditor/resizehandleitem.h", - "components/formeditor/anchortool.h", - "components/formeditor/anchorlineindicator.h", - "components/formeditor/anchorlinecontroller.h", - "components/formeditor/anchorlinehandleitem.h", - "components/formeditor/anchormanipulator.h", - "components/formeditor/anchorindicator.h", - "components/formeditor/anchorcontroller.h", - "components/formeditor/anchorhandleitem.h", "components/formeditor/dragtool.h", "components/formeditor/toolbox.h", "components/formeditor/zoomaction.h", @@ -281,14 +273,6 @@ QtcPlugin { "components/formeditor/scaleitem.cpp", "components/formeditor/resizecontroller.cpp", "components/formeditor/resizehandleitem.cpp", - "components/formeditor/anchortool.cpp", - "components/formeditor/anchorlineindicator.cpp", - "components/formeditor/anchorlinecontroller.cpp", - "components/formeditor/anchorlinehandleitem.cpp", - "components/formeditor/anchormanipulator.cpp", - "components/formeditor/anchorindicator.cpp", - "components/formeditor/anchorcontroller.cpp", - "components/formeditor/anchorhandleitem.cpp", "components/formeditor/dragtool.cpp", "components/formeditor/toolbox.cpp", "components/formeditor/zoomaction.cpp", |