git-svn-id: svn://db.shs.com.ru/libs@85 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
HEADERS += touchbuttframe.h
|
||||
SOURCES += touchbuttframe.cpp
|
||||
OTHER_FILES += battery.png
|
||||
@@ -1,5 +0,0 @@
|
||||
HEADERS += \
|
||||
touchbutton.h
|
||||
SOURCES += \
|
||||
touchbutton.cpp
|
||||
OTHER_FILES +=
|
||||
@@ -1,8 +0,0 @@
|
||||
HEADERS += \
|
||||
touchslider.h \
|
||||
touch_bar.h
|
||||
SOURCES += \
|
||||
touchslider.cpp
|
||||
|
||||
FORMS += \
|
||||
touchslider.ui
|
||||
Reference in New Issue
Block a user