summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/tslib/tslib.pro
blob: d9726b6d3a4d4bf917937a44c0ece67cb3f8cb51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = qlinuxinputplugin
load(qt_plugin)

DESTDIR = $$QT.gui.plugins/generic
target.path = $$[QT_INSTALL_PLUGINS]/generic
INSTALLS += target

HEADERS	= qtslib.h

SOURCES	= main.cpp \
	qtslib.cpp

LIBS += -lts