summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/plasma/plasma.pro
diff options
context:
space:
mode:
authorRobert Brock <robert.brock@kdab.com>2016-05-09 11:59:38 +0100
committerSean Harmer <sean.harmer@kdab.com>2016-05-15 13:45:06 +0000
commitbf6cb216007ec6b5cebccbd8505edd28e9371507 (patch)
tree295dfb3e4593ac5334b1d9f64bad842b473163c0 /examples/qt3d/plasma/plasma.pro
parent5dfc7b06b0bf17fa68ecf5786e11d569fff89cd4 (diff)
Moved plasma example to manual test
Part of an examples cleanup Change-Id: I234ae5587242b3ec61f4c4d37bd5e6c92a7e95b8 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples/qt3d/plasma/plasma.pro')
-rw-r--r--examples/qt3d/plasma/plasma.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/qt3d/plasma/plasma.pro b/examples/qt3d/plasma/plasma.pro
deleted file mode 100644
index 0e2e9cdb3..000000000
--- a/examples/qt3d/plasma/plasma.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-!include( ../examples.pri ) {
- error( "Couldn't find the examples.pri file!" )
-}
-
-QT += 3dcore 3drender 3dquick qml quick 3dquickextras
-
-HEADERS += \
-
-SOURCES += \
- main.cpp
-
-OTHER_FILES += \
- main.qml \
- plasma.frag \
- plasma.vert
-
-RESOURCES += \
- plasma.qrc