summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers/vnc/vnc.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/gfxdrivers/vnc/vnc.pro')
-rw-r--r--src/plugins/gfxdrivers/vnc/vnc.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/plugins/gfxdrivers/vnc/vnc.pro b/src/plugins/gfxdrivers/vnc/vnc.pro
deleted file mode 100644
index 48bad8c6e3..0000000000
--- a/src/plugins/gfxdrivers/vnc/vnc.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-TARGET = qgfxvnc
-include(../../qpluginbase.pri)
-
-DEFINES += QT_QWS_VNC
-
-DESTDIR = $$QT.gui.plugins/gfxdrivers
-
-HEADERS = \
- qscreenvnc_qws.h \
- qscreenvnc_p.h
-
-SOURCES = main.cpp \
- qscreenvnc_qws.cpp
-
-target.path += $$[QT_INSTALL_PLUGINS]/gfxdrivers
-INSTALLS += target