aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/sanity/sanity.pro
blob: 15f2679a88d557ad4eb0da220427620ae065eeda (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=\\\"$$absolute_path(../../../src/imports)\\\"

SOURCES += \
    $$PWD/tst_sanity.cpp