Last change
on this file since 561 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
-
Property svn:eol-style
set to
native
|
File size:
367 bytes
|
Rev | Line | |
---|
[556] | 1 | TARGET = qlinuxtpmousedriver
|
---|
| 2 | include(../../qpluginbase.pri)
|
---|
| 3 |
|
---|
| 4 | QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/mousedrivers
|
---|
| 5 | target.path = $$[QT_INSTALL_PLUGINS]/mousedrivers
|
---|
| 6 | INSTALLS += target
|
---|
| 7 |
|
---|
| 8 | DEFINES += QT_QWS_MOUSE_LINUXTP
|
---|
| 9 |
|
---|
| 10 | HEADERS = $$QT_SOURCE_TREE/src/gui/embedded/qmouselinuxtp_qws.h
|
---|
| 11 |
|
---|
| 12 | SOURCES = main.cpp \
|
---|
| 13 | $$QT_SOURCE_TREE/src/gui/embedded/qmouselinuxtp_qws.cpp
|
---|
| 14 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.