summaryrefslogtreecommitdiffstats
path: root/tests/manual/translation/translation.pro
blob: d3d73421827974142dccc4a2e5ada954904822c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
TEMPLATE = app
TARGET = tst_translation
CONFIG += qt warn_on

QT += 3dquick

SOURCES += main.cpp

ICON_FILE = ../icon.png

QML_FILES = \
    qml/desktop.qml \
    qml/AxesVsVectorTestCase.qml \
    qml/TranslationTestCase.qml \
    qml/TranslationVectorTestCase.qml \
    qml/TestTranslation.qml

QML_INFRA_FILES = \
    $$QML_FILES

CATEGORY = manual
include(../../../pkg.pri)

OTHER_FILES += \
    mt.qml \
    $$QML_INFRA_FILES