aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qrcqml/qrcqml.pro
blob: 3bbc6d6085c36bf3dc8f4e0c2156367563f1f9e4 (plain)
1
2
3
4
5
6
7
8
9
10
CONFIG += testcase
TARGET = tst_qrcqml
QT += qml testlib
macx:CONFIG -= app_bundle

SOURCES += tst_qrcqml.cpp
RESOURCES = qrcqml.qrc

CONFIG += parallel_test
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0