aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/sanity/sanity.pro
blob: 6eb87e37ff3eb2f695fd87048df78bd8bee39711 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app
TARGET = tst_sanity

QT += qml testlib core-private qml-private
CONFIG += testcase
osx:CONFIG -= app_bundle

DEFINES += QQC2_IMPORT_PATH=\\\"$$QQC2_SOURCE_TREE/src/imports\\\"

SOURCES += \
    $$PWD/tst_sanity.cpp