summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/tslib/tslib.pro
blob: 485152181c72a76844be64292a884fb765f6627f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = qlinuxinputplugin
include(../../qpluginbase.pri)

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

HEADERS	= qtslib.h

SOURCES	= main.cpp \
	qtslib.cpp

LIBS += -lts