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

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

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

SOURCES += $$PWD/qeglfsvivmain.cpp \
           $$PWD/qeglfsvivintegration.cpp

HEADERS += $$PWD/qeglfsvivintegration.h

OTHER_FILES += $$PWD/eglfs_viv.json

PLUGIN_TYPE = egldeviceintegrations
PLUGIN_CLASS_NAME = QEglFSVivIntegrationPlugin
load(qt_plugin)