1SOURCES += main.cpp
2
3QT += qml qmltest
4CONFIG += no_import_scan
5
6QMAKE_TARGET_DESCRIPTION = QML Test Runner
7
8load(qt_tool)
9