summaryrefslogtreecommitdiffstats
path: root/examples/qws/dbscreen/dbscreen.pro
blob: 86152ab6cefd2315623639f8b3f79a6f263449b7 (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

include($$QT_SOURCE_TREE/examples/examplebase.pri)

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