Files
qt-creator/tests/auto/filesearch/filesearch.qbs
Christian Kandeler 5c9f175133 qbs build: Make the autotest template available as an import.
Just like for QtcPlugin, QtcLibrary etc.

Change-Id: I395f5863f31abba589864be3ad41ad7fc893787f
Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
2014-05-08 11:01:44 +02:00

14 lines
268 B
QML

import qbs
import QtcAutotest
QtcAutotest {
name: "File search autotest"
Depends { name: "Utils" }
Depends { name: "Qt.widgets" } // For QTextDocument
files: [
"testfile.txt",
"tst_filesearch.cpp",
"tst_filesearch.qrc"
]
}