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

DEFINES	+= QT_QWS_VNC

DESTDIR = $$QT.gui.plugins/gfxdrivers

HEADERS = \
	qscreenvnc_qws.h \
	qscreenvnc_p.h

SOURCES = main.cpp \
	qscreenvnc_qws.cpp

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