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

QT += platformsupport-private eglfsdeviceintegration-private

SOURCES += $$PWD/qeglfsmain.cpp

OTHER_FILES += $$PWD/eglfs.json

INCLUDEPATH += $$PWD/api

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