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

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

HEADERS	= qtslib.h

SOURCES	= main.cpp \
	qtslib.cpp

LIBS += -lts