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

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/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