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


importFiles.files = borderimage  buttonclick  createbenchmark  events  qqmlbinding selftests

importFiles.path = .
DEPLOYMENT += importFiles

mac:CONFIG+=insignificant_test # QTBUG-25306
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0