1 TEMPLATE = lib
2 CONFIG += plugin
3
4 TARGET = dbscreen
5 target.path += $$[QT_INSTALL_PLUGINS]/gfxdrivers
6 INSTALLS += target
7
8 HEADERS = dbscreen.h
9 SOURCES = dbscreendriverplugin.cpp \
10 dbscreen.cpp
11