summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/deviceintegration/eglfs_openwfd/eglfs_openwfd.pro
blob: 448b4cbe21cb183ce3385a70168813d3296082fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TARGET = qeglfs-openwfd-integration

QT += core-private gui-private eglfsdeviceintegration-private

INCLUDEPATH += $$PWD/../../api
CONFIG += egl

SOURCES += $$PWD/qeglfsopenwfdmain.cpp \
           $$PWD/qeglfsopenwfdintegration.cpp

HEADERS += $$PWD/qeglfsopenwfdintegration.h

OTHER_FILES += $$PWD/eglfs_openwfd.json

PLUGIN_TYPE = egldeviceintegrations
PLUGIN_CLASS_NAME = QEglFSOpenWFDIntegrationPlugin
load(qt_plugin)