|
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 | |
|---|
| 1 | TARGET = qgfxvnc
|
|---|
| 2 | include(../../qpluginbase.pri)
|
|---|
| 3 |
|
|---|
| 4 | DEFINES += QT_QWS_VNC
|
|---|
| 5 |
|
|---|
| 6 | QTDIR_build:DESTDIR = $$QT_BUILD_TREE/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
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.