summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers/vnc/vnc.pro
blob: 31da2f404e6c94a4e23faf95bf9c696213e88a4c (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

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/gfxdrivers

HEADERS = \
	qscreenvnc_qws.h \
	qscreenvnc_p.h

SOURCES = main.cpp \
	qscreenvnc_qws.cpp

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