summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qvfb/qvfb.pro
blob: 8738b18bc6a6841c17f040dece17fdbb01f294d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET = qvfbintegration
load(qt_plugin)

DESTDIR = $$QT.gui.plugins/platforms

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

SOURCES = main.cpp qvfbintegration.cpp qvfbwindowsurface.cpp
HEADERS = qvfbintegration.h qvfbwindowsurface.h

CONFIG += qpa/genericunixfontdatabase

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