summaryrefslogtreecommitdiffstats
path: root/examples/quick3d/sphere/sphere.pro
blob: 5a79ef8a9754debad169d02d56caa8cd377834e2 (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
TEMPLATE = app
TARGET = sphere
CONFIG += qt warn_on
QT += qml quick 3dquick

SOURCES += main.cpp

ICON_FILE = ../icon.png

QML_FILES = \
    qml/desktop.qml \
    qml/Sphere.qml

QML_INFRA_FILES = \
    $$QML_FILES

CATEGORY = examples
include(../../../pkg.pri)

OTHER_FILES += \
    sphere.rc \
    $$QML_INFRA_FILES

RC_FILE = sphere.rc