blob: 54438707eb9e34ecdd2d31b31d4e170cffc646de [file] [log] [blame]
TARGET = integrityfb
QT += \
core-private gui-private \
eventdispatcher_support-private service_support-private \
fontdatabase_support-private fb_support-private
SOURCES = \
main.cpp \
qintegrityfbintegration.cpp \
qintegrityfbscreen.cpp
HEADERS = \
qintegrityfbintegration.h \
qintegrityfbscreen.h
qtConfig(integrityhid) {
SOURCES += \
qintegrityhidmanager.cpp
HEADERS += \
qintegrityhidmanager.h
}
OTHER_FILES += integrity.json
PLUGIN_TYPE = platforms
PLUGIN_CLASS_NAME = QIntegrityFbIntegrationPlugin
!equals(TARGET, $$QT_DEFAULT_QPA_PLUGIN): PLUGIN_EXTENDS = -
load(qt_plugin)