summaryrefslogtreecommitdiffstats
path: root/examples/qws/dbscreen/dbscreen.pro
blob: 61fab76a7ba480d737651a163808a55595f3ab12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE    = lib
CONFIG     += plugin

TARGET      = dbscreen
target.path += $$[QT_INSTALL_PLUGINS]/gfxdrivers
INSTALLS    += target

HEADERS     = dbscreen.h 
SOURCES     = dbscreendriverplugin.cpp \
              dbscreen.cpp 

symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example
symbian: warning(This example does not work on Symbian platform)
simulator: warning(This example does not work on Simulator platform)