summaryrefslogtreecommitdiffstats
path: root/src/plugins/graphicssystems/vnc/vnc.pro
blob: 20e48adb99729f91f42120225a3c14f646927419 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = qvncgraphicssystem
include(../../qpluginbase.pri)

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/graphicssystems



SOURCES = main.cpp qgraphicssystem_vnc.cpp qwindowsurface_vnc.cpp
HEADERS = qgraphicssystem_vnc.h qwindowsurface_vnc.h

HEADERS += qvncserver.h
SOURCES += qvncserver.cpp


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