forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -4,8 +4,6 @@ import qbs.FileInfo
|
||||
Project {
|
||||
name: "CppTools"
|
||||
|
||||
QtcDevHeaders { }
|
||||
|
||||
QtcPlugin {
|
||||
Depends { name: "Qt.widgets" }
|
||||
Depends { name: "Qt.testlib"; condition: project.withAutotests }
|
||||
|
||||
Reference in New Issue
Block a user