aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader/tst_qqmltypeloader.pro
blob: 3a20e947412ae47669984648716df35b834ab2fc (plain)
1
2
3
4
5
6
7
8
9
CONFIG += testcase
TARGET = tst_qqmltypeloader
QT += qml testlib qml-private quick
macx:CONFIG -= app_bundle

SOURCES += tst_qqmltypeloader.cpp

include (../../shared/util.pri)