summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/integrity/integrity.pro
blob: 07dbf4093d694d81825e38a76ff31416f48b2982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TARGET = integrityfb

QT += core-private gui-private platformsupport-private

SOURCES = \
    main.cpp \
    qintegrityfbintegration.cpp \
    qintegrityfbscreen.cpp \
    qintegrityhidmanager.cpp

HEADERS = \
    qintegrityfbintegration.h \
    qintegrityfbscreen.h \
    qintegrityhidmanager.h

CONFIG += qpa/genericunixfontdatabase

OTHER_FILES += integrity.json

PLUGIN_TYPE = platforms
PLUGIN_CLASS_NAME = QIntegrityFbIntegrationPlugin
!equals(TARGET, $$QT_DEFAULT_QPA_PLUGIN): PLUGIN_EXTENDS = -
load(qt_plugin)