diff options
author | Paul Olav Tvete <paul.tvete@nokia.com> | 2010-09-08 09:47:50 (GMT) |
---|---|---|
committer | Paul Olav Tvete <paul.tvete@nokia.com> | 2010-09-08 09:47:50 (GMT) |
commit | 1aa1346645c30690c46c0bec7aaeee09c8b68690 (patch) | |
tree | 3c93ac8615abacf2d0aa2bdd8756ec08601ecece /src/plugins/platforms/vnc | |
parent | 04f0d0064eb5bb42123e1519df6073c3b09442ec (diff) | |
download | Qt-1aa1346645c30690c46c0bec7aaeee09c8b68690.zip Qt-1aa1346645c30690c46c0bec7aaeee09c8b68690.tar.gz Qt-1aa1346645c30690c46c0bec7aaeee09c8b68690.tar.bz2 |
Compile
Diffstat (limited to 'src/plugins/platforms/vnc')
-rw-r--r-- | src/plugins/platforms/vnc/vnc.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/platforms/vnc/vnc.pro b/src/plugins/platforms/vnc/vnc.pro index 65824a2..affeea0 100644 --- a/src/plugins/platforms/vnc/vnc.pro +++ b/src/plugins/platforms/vnc/vnc.pro @@ -1,6 +1,8 @@ TARGET = qvncgraphicssystem include(../../qpluginbase.pri) +QT += network + QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/platforms SOURCES = main.cpp qvncintegration.cpp |