summaryrefslogtreecommitdiffstats
path: root/examples/quick3d/sphere/sphere.pro
blob: 74604c302a361c52947c4dd2015b4924a0c5f6f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app
TARGET = sphere
CONFIG += qt warn_on

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

SOURCES += main.cpp

OTHER_FILES += \
    sphere.rc \
    sphere.desktop

RC_FILE = sphere.rc