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

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

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

SOURCES += $$PWD/qeglfsrcarmain.cpp \
           $$PWD/qeglfsrcarintegration.cpp

HEADERS += $$PWD/qeglfsrcarintegration.h

OTHER_FILES += $$PWD/eglfs_rcar.json

PLUGIN_TYPE = egldeviceintegrations
PLUGIN_CLASS_NAME = QEglFSRcarIntegrationPlugin
load(qt_plugin)