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

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

SOURCES += \
    $$PWD/tst_snippets.cpp

OTHER_FILES += \
    $$PWD/data/*

TESTDATA += \
    $$PWD/data/*