Add new plugin metadata description and eglfs.json file
[profile/ivi/qtbase.git] / src / plugins / platforms / eglfs / eglfs.pro
1 TARGET = qeglfs
2 load(qt_plugin)
3
4 QT += core-private gui-private platformsupport-private
5
6 !contains(QT_CONFIG, no-widgets) {
7     QT += opengl opengl-private widgets-private
8 }
9
10 DESTDIR = $$QT.gui.plugins/platforms
11
12 #DEFINES += QEGL_EXTRA_DEBUG
13
14 #DEFINES += Q_OPENKODE
15
16 SOURCES =   main.cpp \
17             qeglfsintegration.cpp \
18             qeglfswindow.cpp \
19             qeglfsbackingstore.cpp \
20             qeglfsscreen.cpp
21
22 HEADERS =   qeglfsintegration.h \
23             qeglfswindow.h \
24             qeglfsbackingstore.h \
25             qeglfsscreen.h
26
27 CONFIG += qpa/genericunixfontdatabase
28
29 target.path += $$[QT_INSTALL_PLUGINS]/platforms
30 INSTALLS += target
31
32 OTHER_FILES += \
33     eglfs.json