git-svn-id: svn://db.shs.com.ru/libs@1 a8b55f48-bf90-11e4-a774-851b48703e85
18 lines
514 B
Prolog
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)
|