summaryrefslogtreecommitdiffstats
path: root/util/qt3d/assetviewer/assetviewer.pro
blob: ee4737d3b498031ad9bef6384e7ceb3f932ea91b (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
TEMPLATE = app
TARGET = assetviewer
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 += \
    assetviewer.rc

RC_FILE = assetviewer.rc

HEADERS += \
    quickfile.h