aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/snippets/snippets.pro
blob: 9257563155981cc4c46852bf2cbe5c70c710b46b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app
TARGET = tst_snippets

QT += quick testlib
CONFIG += testcase
osx:CONFIG -= app_bundle

SOURCES += \
    $$PWD/tst_snippets.cpp

TESTDATA += \
    $$PWD/data/*