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

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/graphicssystems



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

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