summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/eglfs.pro
blob: 8827f7680cef7b93be9669064081c2c587b27d34 (plain)
1
2
3
4
5
6
7
8
9
TARGET = qeglfs

PLUGIN_TYPE = platforms
PLUGIN_CLASS_NAME = QEglFSIntegrationPlugin
load(qt_plugin)

SOURCES += $$PWD/main.cpp

include(eglfs.pri)