summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/deviceintegration/eglfs_viv_wl/eglfs_viv_wl.pro
blob: 45d73e1eb8d6e2d08d4988184bbd6978bd1363c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TARGET = qeglfs-viv-wl-integration

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

INCLUDEPATH += $$PWD/../../api
CONFIG += egl
DEFINES += LINUX=1 EGL_API_FB=1

SOURCES += $$PWD/qeglfsvivwlmain.cpp \
           $$PWD/qeglfsvivwlintegration.cpp

HEADERS += $$PWD/qeglfsvivwlintegration.h

OTHER_FILES += $$PWD/eglfs_viv_wl.json

QMAKE_USE_PRIVATE += wayland_server

PLUGIN_TYPE = egldeviceintegrations
PLUGIN_CLASS_NAME = QEglFSVivWaylandIntegrationPlugin
load(qt_plugin)