summaryrefslogtreecommitdiffstats
path: root/tests/manual/fullreferencing/fullreferencing.pro
blob: da7a1221e9bff2ff5303073386b4a4db393266aa (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_fullreferencing
CONFIG += qt warn_on
QT += qml quick 3dquick

SOURCES += main.cpp

ICON_FILE = ../icon.png

QML_FILES = \
    qml/desktop.qml \
    qml/TestFullReferencing.qml

QML_INFRA_FILES = \
    $$QML_FILES

QML_MESHES_FILES = \
    qml/meshes/robot.3ds \
    qml/meshes/hazard.png

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

OTHER_FILES += \
    mt.qml \
    $$QML_INFRA_FILES