summaryrefslogtreecommitdiffstats
path: root/examples/quick3d/shaders/shaders.pro
blob: f3076572cb83bd30450fd10cfdc944ece9981b05 (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 = shaders
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\images\*
    qmlDeployment2.path = qml\images
    DEPLOYMENT += qmlDeployment2
    qmlDeployment3.sources = qml\meshes\*
    qmlDeployment3.path = qml\meshes
    DEPLOYMENT += qmlDeployment3
}

OTHER_FILES += \
    shaders.rc \
    shaders.desktop

RC_FILE = shaders.rc