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.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/qws/dbscreen/dbscreen.pro b/examples/qws/dbscreen/dbscreen.pro
new file mode 100644
index 0000000000..172a02a5e7
--- /dev/null
+++ b/examples/qws/dbscreen/dbscreen.pro
@@ -0,0 +1,11 @@
+TEMPLATE = lib
+CONFIG += plugin
+
+TARGET = dbscreen
+target.path += $$[QT_INSTALL_PLUGINS]/gfxdrivers
+INSTALLS += target
+
+HEADERS = dbscreen.h
+SOURCES = dbscreendriverplugin.cpp \
+ dbscreen.cpp
+