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

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/platforms


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

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