summaryrefslogtreecommitdiffstats
path: root/examples/qws/dbscreen/dbscreen.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qws/dbscreen/dbscreen.pro')
-rw-r--r--examples/qws/dbscreen/dbscreen.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/qws/dbscreen/dbscreen.pro b/examples/qws/dbscreen/dbscreen.pro
deleted file mode 100644
index e20e3e1b55..0000000000
--- a/examples/qws/dbscreen/dbscreen.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TEMPLATE = lib
-CONFIG += plugin
-
-TARGET = dbscreen
-target.path += $$[QT_INSTALL_PLUGINS]/gfxdrivers
-INSTALLS += target
-
-HEADERS = dbscreen.h
-SOURCES = dbscreendriverplugin.cpp \
- dbscreen.cpp
-
-QT += widgets
-simulator: warning(This example does not work on Simulator platform)