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

SOURCES += main.cpp

include(../../../qt3dquick_pkg_dep.pri)
include(../../../qml_pkg.pri)

OTHER_FILES += \
    sphere.rc

RC_FILE = sphere.rc