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

QT += 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)