0748751c9f
(4.7-generated-declarative branch).
16 lines
491 B
Prolog
16 lines
491 B
Prolog
TEMPLATE = lib
|
|
CONFIG += plugin
|
|
|
|
TARGET = dbscreen
|
|
target.path += $$[QT_INSTALL_PLUGINS]/gfxdrivers
|
|
INSTALLS += target
|
|
|
|
HEADERS = dbscreen.h
|
|
SOURCES = dbscreendriverplugin.cpp \
|
|
dbscreen.cpp
|
|
|
|
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
|
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
|
|
symbian: warning(This example does not work on Symbian platform)
|
|
simulator: warning(This example does not work on Simulator platform)
|