aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest/qmltest.pro
blob: 175ed42c0f918fbdedfa06a5a5e9f669a394ff0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE=app
TARGET=tst_qmltest
CONFIG += qmltestcase
CONFIG += console
SOURCES += tst_qmltest.cpp


importFiles.files = borderimage  buttonclick  createbenchmark  events  qqmlbinding selftests

importFiles.path = .
DEPLOYMENT += importFiles

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
# Please do not make this test insignificant again, thanks.
# Just skip those unstable ones. See also QTBUG-33723.