summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/vnc/vnc.pro
blob: 1817e15201652164d1aefc7a05faaea1e96108da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
TARGET = qvnc

PLUGIN_TYPE = platforms
PLUGIN_CLASS_NAME = QVncIntegrationPlugin
!equals(TARGET, $$QT_DEFAULT_QPA_PLUGIN): PLUGIN_EXTENDS = -
load(qt_plugin)

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

DEFINES += QT_NO_FOREACH

SOURCES = \
    main.cpp \
    qvncintegration.cpp \
    qvncscreen.cpp \
    qvnc.cpp \
    qvncclient.cpp

HEADERS = \
    qvncintegration.h \
    qvncscreen.h \
    qvnc_p.h \
    qvncclient.h

CONFIG += qpa/genericunixfontdatabase

OTHER_FILES += vnc.json