summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/vnc/vnc.pro
blob: 3cd7e9b1603355bf48e7edf2f4c802dbe2d04953 (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
28
29
30
31
TARGET = qvnc

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

QT += \
    core-private network gui-private \
    service_support-private theme_support-private fb_support-private \
    eventdispatcher_support-private fontdatabase_support-private

qtHaveModule(input_support-private): \
    QT += input_support-private

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

OTHER_FILES += vnc.json