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

SOURCES += tst_qqmldirparser.cpp

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