summaryrefslogtreecommitdiffstats
path: root/util/qt3d/modeltweak/modeltweak.pro
blob: d77f4f1e93248c71b37b05ecb4c6df5b4e53d117 (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
27
28
29
30
31
32
TEMPLATE = app
TARGET = modeltweak
CONFIG += qt warn_on

INSTALL_DIRS = qml
CONFIG += qt3d_deploy_qml qt3dquick_deploy_pkg
include(../../../pkg.pri)
qtcAddDeployment()

SOURCES += main.cpp \
    quickfile.cpp

symbian {
    qmlDeployment2.sources = qml\meshes\*
    qmlDeployment2.path = qml\meshes
    DEPLOYMENT += qmlDeployment2
}

OTHER_FILES += \
    modeltweak.rc

RC_FILE = modeltweak.rc

HEADERS += \
    quickfile.h