summaryrefslogtreecommitdiffstats
path: root/examples/quick3d/lander/lander.pro
blob: 6594bf056e0f451df3487a45831b6f80769d6ebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEMPLATE = app
TARGET = lander
CONFIG += qt warn_on

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

SOURCES += main.cpp

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

OTHER_FILES += \
    lander.rc \
    lander.desktop

RC_FILE = lander.rc