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