summaryrefslogtreecommitdiffstats
path: root/examples/sensors/cubehouse/cubehouse.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/cubehouse/cubehouse.pro')
-rw-r--r--examples/sensors/cubehouse/cubehouse.pro31
1 files changed, 0 insertions, 31 deletions
diff --git a/examples/sensors/cubehouse/cubehouse.pro b/examples/sensors/cubehouse/cubehouse.pro
deleted file mode 100644
index 5fb289a1..00000000
--- a/examples/sensors/cubehouse/cubehouse.pro
+++ /dev/null
@@ -1,31 +0,0 @@
-TEMPLATE = app
-TARGET = cubehouse
-CONFIG += qt debug warn_on
-requires(contains(QT_CONFIG,opengl))
-QT += opengl sensors widgets
-SOURCES = \
- view.cpp \
- main.cpp \
- camera.cpp \
- light.cpp \
- lightmodel.cpp \
- material.cpp \
- painter.cpp
-HEADERS = \
- view.h \
- teapot.h \
- cube.h \
- camera.h light.h \
- lightmodel.h \
- material.h \
- painter.h
-contains(QT_CONFIG,opengles2) {
- SOURCES += painter_shader.cpp
-} else {
- SOURCES += painter_fixed.cpp
-}
-RESOURCES = cubehouse.qrc
-
-symbian {
- TARGET.CAPABILITY = ReadUserData
-}