summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/linuxfb/linuxfb.pro
blob: 9834dea7d597a32b0617cda9ce752734c9192f9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = qlinuxfb
load(qt_plugin)

DESTDIR = $$QT.gui.plugins/platforms

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

SOURCES = main.cpp qlinuxfbintegration.cpp qlinuxfbscreen.cpp
HEADERS = qlinuxfbintegration.h qlinuxfbscreen.h

CONFIG += qpa/genericunixfontdatabase

target.path += $$[QT_INSTALL_PLUGINS]/platforms
INSTALLS += target

OTHER_FILES += linuxfb.json