blob: 18dba551dca13ea9e50bcfce1ab791a66d69b881 [file] [log] [blame]
CONFIG += testcase
TARGET = tst_qmlmin
QT += qml testlib gui-private
macos: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
}