summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/vnc/vnc.pro
blob: 321cee47907971dda060535fc936e88b4f808bbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TARGET = qvncgraphicssystem
load(qt_plugin)

QT += network core-private gui-private platformsupport-private

DESTDIR = $$QT.gui.plugins/platforms

SOURCES = main.cpp qvncintegration.cpp
HEADERS = qvncintegration.h

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

HEADERS += qvnccursor.h
SOURCES += qvnccursor.cpp

include(../fb_base/fb_base.pri)
include(../fontdatabases/genericunix/genericunix.pri)

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

INSTALLS += target