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

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

SOURCES = cubeview.cpp main.cpp
HEADERS = cubeview.h
RESOURCES = nesting.qrc

OTHER_FILES += \
    nesting.rc

RC_FILE = nesting.rc