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

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

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

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)