summaryrefslogtreecommitdiffstats
path: root/src/plugins/mousedrivers/vr41xx/vr41xx.pro
blob: 1c22d0468590b93f787ac773437cf1546d0176f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET = qvr41xxmousedriver
include(../../qpluginbase.pri)

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/mousedrivers
target.path = $$[QT_INSTALL_PLUGINS]/mousedrivers
INSTALLS += target

DEFINES += QT_QWS_MOUSE_VR41XX

HEADERS	= $$QT_SOURCE_TREE/src/gui/embedded/qmousevr41xx_qws.h

SOURCES	= main.cpp \
	$$QT_SOURCE_TREE/src/gui/embedded/qmousevr41xx_qws.cpp