summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/nesting/nesting.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/nesting/nesting.pro')
-rw-r--r--examples/qt3d/nesting/nesting.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/qt3d/nesting/nesting.pro b/examples/qt3d/nesting/nesting.pro
deleted file mode 100644
index 7725c2f3..00000000
--- a/examples/qt3d/nesting/nesting.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-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
-