forked from qt-creator/qt-creator
This allows us to share code between the two, in particular the QML code for the Details window, and the theme code. This way we can potentially deduplicate some code. Change-Id: I3a0d26b18488bd2a46b5b077b5b5d79ac2dfc5ce Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
8 lines
124 B
QML
8 lines
124 B
QML
import qbs
|
|
|
|
QtcAutotest {
|
|
Depends { name: "Tracing" }
|
|
Depends { name: "Qt.quick" }
|
|
Depends { name: "Qt.gui" }
|
|
}
|