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

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

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

QT += widgets