Files
qad/touch_widgets/touch_widgets.pro
Бычков Андрей ba8bc27298 1
git-svn-id: svn://db.shs.com.ru/libs@1 a8b55f48-bf90-11e4-a774-851b48703e85
2015-02-28 21:28:53 +00:00

18 lines
514 B
Prolog

CONFIG += designer plugin release
TARGET = $$qtLibraryTarget(touch_widgets_plugin)
TEMPLATE = lib
HEADERS = touchsliderplugin.h touchbuttframeplugin.h tw.h \
touchbuttonplugin.h
SOURCES = touchsliderplugin.cpp touchbuttframeplugin.cpp tw.cpp \
touchbuttonplugin.cpp
RESOURCES = touch_widgets.qrc
LIBS += -L. -ltouch_widgets
target.path = $$[QT_INSTALL_PLUGINS]/designer
INSTALLS += target
#include(touchslider.pri)
#include(touchbuttframe.pri)
#include(touchbutton.pri)