summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/vnc/vnc.pro
blob: 65824a261388688b2fbae9722d747ea881e2d2a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TARGET = qvncgraphicssystem
include(../../qpluginbase.pri)

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/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)

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

INSTALLS += target