git-svn-id: svn://db.shs.com.ru/libs@85 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2016-04-15 08:02:56 +00:00
parent f9b35564dc
commit 5af1afd50f
11 changed files with 5 additions and 36 deletions
+4 -7
View File
@@ -2,16 +2,13 @@ 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
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)
CONFIG -= debug_and_release debug
CONFIG += release
-3
View File
@@ -1,3 +0,0 @@
HEADERS += touchbuttframe.h
SOURCES += touchbuttframe.cpp
OTHER_FILES += battery.png
-5
View File
@@ -1,5 +0,0 @@
HEADERS += \
touchbutton.h
SOURCES += \
touchbutton.cpp
OTHER_FILES +=
-8
View File
@@ -1,8 +0,0 @@
HEADERS += \
touchslider.h \
touch_bar.h
SOURCES += \
touchslider.cpp
FORMS += \
touchslider.ui