summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/nesting/nesting.pro
blob: 7725c2f37110f719975e584d4ace6892e1b02596 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 \
    nesting.desktop

RC_FILE = nesting.rc