summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qvfb/qvfb.pro
blob: a95b13efc7c64ccd67cd0fea962d2f8ebdfc58e2 (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

include(../fontdatabases/genericunix/genericunix.pri)

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