summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qvfb/qvfb.pro
blob: bc17525104bc8785763fd6c5be35b69f3437aafb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = qvfbintegration
include(../../qpluginbase.pri)

DESTDIR = $$QT.gui.plugins/platforms


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