diff options
Diffstat (limited to 'src/plugins/gfxdrivers/vnc/vnc.pro')
-rw-r--r-- | src/plugins/gfxdrivers/vnc/vnc.pro | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/plugins/gfxdrivers/vnc/vnc.pro b/src/plugins/gfxdrivers/vnc/vnc.pro new file mode 100644 index 0000000..31da2f4 --- /dev/null +++ b/src/plugins/gfxdrivers/vnc/vnc.pro @@ -0,0 +1,16 @@ +TARGET = qgfxvnc +include(../../qpluginbase.pri) + +DEFINES += QT_QWS_VNC + +QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/gfxdrivers + +HEADERS = \ + qscreenvnc_qws.h \ + qscreenvnc_p.h + +SOURCES = main.cpp \ + qscreenvnc_qws.cpp + +target.path += $$[QT_INSTALL_PLUGINS]/gfxdrivers +INSTALLS += target |