summaryrefslogtreecommitdiffstats
path: root/examples/qws/dbscreen/dbscreen.pro
blob: e20e3e1b55ff40b1a5faf36fed15b02a54439541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)