aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlmin/qmlmin.pro
blob: 93e5caabcf26d73460ba67ff09424679ce8796b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TARGET = tst_qmlmin
QT += qml testlib gui-private
macx:CONFIG -= app_bundle

SOURCES += tst_qmlmin.cpp
DEFINES += SRCDIR=\\\"$$PWD\\\"

# Boot2qt is cross compiled but it has sources available
!boot2qt {
   cross_compile: DEFINES += QTEST_CROSS_COMPILED
}