diff options
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofiler.qbs')
-rw-r--r-- | src/plugins/qmlprofiler/qmlprofiler.qbs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofiler.qbs b/src/plugins/qmlprofiler/qmlprofiler.qbs index 6e2f9f2954f..92fa17e5d4b 100644 --- a/src/plugins/qmlprofiler/qmlprofiler.qbs +++ b/src/plugins/qmlprofiler/qmlprofiler.qbs @@ -13,7 +13,6 @@ QtcPlugin { Depends { name: "RemoteLinux" } Depends { name: "ProjectExplorer" } Depends { name: "QtSupport" } - Depends { name: "symbianutils" } Depends { name: "TextEditor" } Depends { name: "QmlDebug" } Depends { name: "QmlJS" } @@ -23,7 +22,6 @@ QtcPlugin { Depends { name: "cpp" } cpp.includePaths: [ "canvas", - "../../shared/symbianutils", "..", "../../libs", buildDirectory @@ -31,8 +29,6 @@ QtcPlugin { files: [ "abstractqmlprofilerrunner.h", - "codaqmlprofilerrunner.cpp", - "codaqmlprofilerrunner.h", "localqmlprofilerrunner.cpp", "localqmlprofilerrunner.h", "qmlprofilerattachdialog.cpp", |