git-svn-id: svn://db.shs.com.ru/libs@85 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -1 +1 @@
|
||||
cmake_mgw -DICU=1 -DUSB=1 -DCRYPT=1 && make install -j8 && for %%d in (qad_widgets qad_utils qad_graphic qad_sql_table qad_application touch_widgets qad_blockview) do cd %%d && qmake && make install -j8 && cd ..
|
||||
cd ..\libs_build && cmake_mgw ..\libs -DICU=1 -DUSB=1 -DCRYPT=1 && make install -j8 && for %%d in (..\libs\qad_widgets ..\libs\qad_utils ..\libs\qad_graphic ..\libs\qad_sql_table ..\libs\qad_application ..\libs\touch_widgets ..\libs\qad_blockview) do cd %%d && qmake && make install -j8 && cd ..
|
||||
|
||||
@@ -8,8 +8,6 @@ SOURCES = qad_application.cpp edockwidgetplugin.cpp emainwindowplugin.cpp hi
|
||||
RESOURCES = qad_application.qrc
|
||||
TRANSLATIONS = lang/qad_application_ru.ts
|
||||
LIBS += -L. -lqad_utils -lqad_application
|
||||
QMAKE_CXXFLAGS += -g3
|
||||
QMAKE_CFLAGS += -g3
|
||||
|
||||
target.path = $$[QT_INSTALL_PLUGINS]/designer
|
||||
INSTALLS += target
|
||||
|
||||
@@ -8,8 +8,6 @@ SOURCES = qad_blockview.cpp blockviewplugin.cpp
|
||||
RESOURCES = qad_blockview.qrc
|
||||
TRANSLATIONS = lang/qad_blockview_ru.ts
|
||||
LIBS += -L. -lqad_widgets -lqad_utils -lqad_blockview
|
||||
QMAKE_CXXFLAGS += -g3
|
||||
QMAKE_CFLAGS += -g3
|
||||
|
||||
target.path = $$[QT_INSTALL_PLUGINS]/designer
|
||||
INSTALLS += target
|
||||
|
||||
@@ -8,8 +8,6 @@ SOURCES = qad_graphic.cpp graphicplugin.cpp
|
||||
RESOURCES = qad_graphic.qrc
|
||||
TRANSLATIONS = lang/qad_graphic_ru.ts
|
||||
LIBS += -L. -lqad_widgets -lqad_utils -lqad_graphic
|
||||
QMAKE_CXXFLAGS += -g3
|
||||
QMAKE_CFLAGS += -g3
|
||||
|
||||
target.path = $$[QT_INSTALL_PLUGINS]/designer
|
||||
INSTALLS += target
|
||||
|
||||
@@ -9,8 +9,6 @@ SOURCES = qad_sql_table.cpp sql_table_plugin.cpp sql_record_plugin.cpp
|
||||
RESOURCES = qad_sql_table.qrc
|
||||
TRANSLATIONS = lang/qad_sql_table_ru.ts
|
||||
LIBS += -L. -lqad_widgets -lqad_sql_table
|
||||
QMAKE_CXXFLAGS += -g3
|
||||
QMAKE_CFLAGS += -g3
|
||||
|
||||
target.path = $$[QT_INSTALL_PLUGINS]/designer
|
||||
INSTALLS += target
|
||||
|
||||
@@ -8,8 +8,6 @@ SOURCES = qad_utils.cpp qpiconfigplugin.cpp
|
||||
#RESOURCES = qad_utils.qrc
|
||||
#TRANSLATIONS = lang/ru.ts
|
||||
LIBS += -L. -lqad_utils -lqad_widgets
|
||||
QMAKE_CXXFLAGS += -g3
|
||||
QMAKE_CFLAGS += -g3
|
||||
|
||||
target.path = $$[QT_INSTALL_PLUGINS]/designer
|
||||
INSTALLS += target
|
||||
|
||||
@@ -20,8 +20,6 @@ SOURCES = qad_widgets.cpp \
|
||||
RESOURCES = qad_widgets.qrc
|
||||
TRANSLATIONS = lang/qad_widgets_ru.ts
|
||||
LIBS += -L. -lqad_widgets
|
||||
QMAKE_CXXFLAGS += -g3
|
||||
QMAKE_CFLAGS += -g3
|
||||
|
||||
target.path = $$[QT_INSTALL_PLUGINS]/designer
|
||||
INSTALLS += target
|
||||
|
||||
@@ -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