Track API change in QPlatformNativeInterface
[profile/ivi/qtbase.git] / src / plugins / gfxdrivers / vnc / vnc.pro
1 TARGET = qgfxvnc
2 include(../../qpluginbase.pri)
3
4 DEFINES += QT_QWS_VNC
5
6 DESTDIR = $$QT.gui.plugins/gfxdrivers
7
8 HEADERS = \
9         qscreenvnc_qws.h \
10         qscreenvnc_p.h
11
12 SOURCES = main.cpp \
13         qscreenvnc_qws.cpp
14
15 target.path += $$[QT_INSTALL_PLUGINS]/gfxdrivers
16 INSTALLS += target