source: trunk/src/plugins/gfxdrivers/vnc/vnc.pro@ 769

Last change on this file since 769 was 561, checked in by Dmitry A. Kuminov, 16 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 289 bytes
Line 
1TARGET = qgfxvnc
2include(../../qpluginbase.pri)
3
4DEFINES += QT_QWS_VNC
5
6QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/gfxdrivers
7
8HEADERS = \
9 qscreenvnc_qws.h \
10 qscreenvnc_p.h
11
12SOURCES = main.cpp \
13 qscreenvnc_qws.cpp
14
15target.path += $$[QT_INSTALL_PLUGINS]/gfxdrivers
16INSTALLS += target
Note: See TracBrowser for help on using the repository browser.