summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/eglfs-plugin.pro
blob: 90b8a9fb323ecb531d0deccce1c25b82ad6d85e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TARGET = qeglfs

QT += platformsupport-private eglfsdeviceintegration-private

SOURCES += $$PWD/qeglfsmain.cpp

OTHER_FILES += $$PWD/eglfs.json

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