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

QT += core-private gui-private platformsupport-private eglfs_device_lib-private

INCLUDEPATH += $$PWD/../..
CONFIG += egl
DEFINES += LINUX=1 EGL_API_FB=1
LIBS += -lGAL
QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF

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

HEADERS += $$PWD/qeglfsvivwlintegration.h

OTHER_FILES += $$PWD/eglfs_viv_wl.json

CONFIG += link_pkgconfig
PKGCONFIG_PRIVATE += wayland-server

PLUGIN_TYPE = egldeviceintegrations
PLUGIN_CLASS_NAME = QEglFSVivWaylandIntegrationPlugin
load(qt_plugin)