aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlengine/qqmlengine.pro
blob: 8d1e149d62778606ff41d09d1c7c9c1fa2fe01fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += testcase
TARGET = tst_qqmlengine
macx:CONFIG -= app_bundle

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

SOURCES += tst_qqmlengine.cpp

QT += core-private gui-private qml-private  network testlib

boot2qt: {
    # GC corruption test is too heavy for qemu-arm
    DEFINES += SKIP_GCCORRUPTION_TEST
}