summaryrefslogtreecommitdiffstats
path: root/examples/qws/dbscreen/dbscreen.pro
blob: 172a02a5e706eaca72f7488028147a8d5d58f0f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE    = lib
CONFIG     += plugin

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

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