qt6-bb10/examples/qws/dbscreen/dbscreen.pro

14 lines
314 B
Prolog

TEMPLATE = lib
CONFIG += plugin
TARGET = dbscreen
target.path += $$[QT_INSTALL_PLUGINS]/gfxdrivers
INSTALLS += target
HEADERS = dbscreen.h
SOURCES = dbscreendriverplugin.cpp \
dbscreen.cpp
QT += widgets
simulator: warning(This example does not work on Simulator platform)