summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/tslib/tslib.pro
blob: 6b46798d8467421898d668f6f67241b73e36fc09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARGET = qtslibplugin
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

OTHER_FILES += tslib.json