diff options
author | Christian Kandeler <christian.kandeler@qt.io> | 2021-02-15 17:13:33 +0100 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@qt.io> | 2021-02-17 16:11:49 +0000 |
commit | 7d4a632cb2a7ebd05205e22d60064ae7bf50f4c4 (patch) | |
tree | 0550764c3fbdc06c0b347b7256e5baecff283861 /src/plugins/resourceeditor | |
parent | 185598f3030f36a4d379821abc8803aa0d641286 (diff) | |
download | qt-creator-7d4a632cb2a7ebd05205e22d60064ae7bf50f4c4.tar.gz |
qbs build: Remove code for creating deployment packages
Not a use case anymore, and if it were, we'd do it using built-in
capabilities.
Change-Id: I4c588ad7fb282530880210cb4c5795677074b1e0
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/resourceeditor')
-rw-r--r-- | src/plugins/resourceeditor/resourceeditor.qbs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/resourceeditor/resourceeditor.qbs b/src/plugins/resourceeditor/resourceeditor.qbs index e1a37545e7..5cf943becf 100644 --- a/src/plugins/resourceeditor/resourceeditor.qbs +++ b/src/plugins/resourceeditor/resourceeditor.qbs @@ -3,8 +3,6 @@ import qbs 1.0 Project { name: "ResourceEditor" - QtcDevHeaders { } - QtcPlugin { Depends { name: "Qt"; submodules: ["widgets", "xml"] } Depends { name: "Aggregation" } |