author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 15 Mar 2010 12:43:09 +0200 | |
branch | RCL_3 |
changeset 6 | dee5afe5301f |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
TARGET = qlinuxtpmousedriver include(../../qpluginbase.pri) QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/mousedrivers target.path = $$[QT_INSTALL_PLUGINS]/mousedrivers INSTALLS += target DEFINES += QT_QWS_MOUSE_LINUXTP HEADERS = $$QT_SOURCE_TREE/src/gui/embedded/qmouselinuxtp_qws.h SOURCES = main.cpp \ $$QT_SOURCE_TREE/src/gui/embedded/qmouselinuxtp_qws.cpp