summaryrefslogtreecommitdiffstats
path: root/demos/qt3d/shapes/shapes.pro
blob: 3d6be0707ac663a4409b41264c2ce64c4621623f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app
TARGET = shapes
CONFIG += qt warn_on

CONFIG += qt3d_deploy_pkg
include(../../../pkg.pri)

SOURCES = shapes.cpp

OTHER_FILES += \
    shapes.rc \
    shapes.desktop

RC_FILE = shapes.rc