source: trunk/src/plugins/mousedrivers/linuxtp/linuxtp.pro@ 561

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
Line 
1TARGET = qlinuxtpmousedriver
2include(../../qpluginbase.pri)
3
4QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/mousedrivers
5target.path = $$[QT_INSTALL_PLUGINS]/mousedrivers
6INSTALLS += target
7
8DEFINES += QT_QWS_MOUSE_LINUXTP
9
10HEADERS = $$QT_SOURCE_TREE/src/gui/embedded/qmouselinuxtp_qws.h
11
12SOURCES = main.cpp \
13 $$QT_SOURCE_TREE/src/gui/embedded/qmouselinuxtp_qws.cpp
14
Note: See TracBrowser for help on using the repository browser.