aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/universal/universal.pro
blob: bb7a85ca96ba34307cdaa2cd31f72a36947c55e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = app
TARGET = tst_universal
CONFIG += qmltestcase

SOURCES += \
    $$PWD/tst_universal.cpp

RESOURCES += \
    $$PWD/universal.qrc

OTHER_FILES += \
    $$PWD/data/*

TESTDATA += \
    $$PWD/data/tst_*