summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/vnc/vnc.pro
blob: 637ed82385a8bc6119ffb225f60fda5a7f161ecd (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)
CONFIG += qpa/genericunixfontdatabase

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

INSTALLS += target