forked from qt-creator/qt-creator
Just like for QtcPlugin, QtcLibrary etc. Change-Id: I395f5863f31abba589864be3ad41ad7fc893787f Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
10 lines
209 B
QML
10 lines
209 B
QML
import qbs
|
|
import QtcAutotest
|
|
|
|
QtcAutotest {
|
|
name: "ChangeSet autotest"
|
|
Depends { name: "Utils" }
|
|
Depends { name: "Qt.gui" } // TODO: Remove once qbs bug is fixed.
|
|
files: "tst_changeset.cpp"
|
|
}
|