Skip to content

Commit

Permalink
Release v2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Apr 11, 2024
2 parents dba4715 + 72d6d06 commit 1152ec4
Show file tree
Hide file tree
Showing 25 changed files with 34 additions and 30 deletions.
14 changes: 9 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
cmake_minimum_required (VERSION 3.10)
project ("cc_demo3_cc_tools_qt_plugin")

# Configuration variables
# Build options:
option (OPT_INSTALL_DEFAULT_CONFIG "Install default plugin configuration" ON)

# Configuration variables:
# OPT_QT_MAJOR_VERSION - The major Qt version, defaults to 5

######################################################################
Expand Down Expand Up @@ -106,10 +109,11 @@ function (cc_plugin protocol has_config_widget)
TARGETS ${name}
DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}/cc_tools_qt/plugin)

install (
FILES cc_tools_qt_plugin/cc_demo3/plugin/${protocol}.cfg
DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/cc_tools_qt)

if (OPT_INSTALL_DEFAULT_CONFIG)
install (
FILES cc_tools_qt_plugin/cc_demo3/plugin/${protocol}.cfg
DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/cc_tools_qt)
endif()
endfunction()

######################################################################
Expand Down
2 changes: 1 addition & 1 deletion cc_tools_qt_plugin/cc_demo3/Message.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

#include "Message.h"

Expand Down
2 changes: 1 addition & 1 deletion cc_tools_qt_plugin/cc_demo3/Message.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

#pragma once

Expand Down
4 changes: 2 additions & 2 deletions cc_tools_qt_plugin/cc_demo3/Version.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

#pragma once

#include "cc_tools_qt/version.h"

static_assert(CC_TOOLS_QT_MAKE_VERSION(5, 1, 0) <= cc_tools_qt::version(),
static_assert(CC_TOOLS_QT_MAKE_VERSION(5, 2, 1) <= cc_tools_qt::version(),
"The version of cc_tools_qt library is too old");
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

#include "cc_demo3/MsgId.h"
#include "cc_tools_qt_plugin/cc_demo3/factory/AllMessagesDynMemMsgFactory.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion cc_tools_qt_plugin/cc_demo3/field/MsgId.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

#include "MsgId.h"

Expand Down
2 changes: 1 addition & 1 deletion cc_tools_qt_plugin/cc_demo3/field/MsgId.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion cc_tools_qt_plugin/cc_demo3/frame/Frame.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

#include "FrameTransportMessage.h"

Expand Down
2 changes: 1 addition & 1 deletion cc_tools_qt_plugin/cc_demo3/frame/FrameTransportMessage.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion cc_tools_qt_plugin/cc_demo3/input/AllMessages.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion cc_tools_qt_plugin/cc_demo3/message/Connect.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

#include "Connect.h"

Expand Down
2 changes: 1 addition & 1 deletion cc_tools_qt_plugin/cc_demo3/message/Connect.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion cc_tools_qt_plugin/cc_demo3/message/Msg1.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

#include "Msg1.h"

Expand Down
2 changes: 1 addition & 1 deletion cc_tools_qt_plugin/cc_demo3/message/Msg1.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion cc_tools_qt_plugin/cc_demo3/options/DefaultOptions.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

/// @file
/// @brief Contains definition of the default options for plugin.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

/// @file
/// @brief Contains definition of the options for framing which force usage of message factory.
Expand Down
2 changes: 1 addition & 1 deletion cc_tools_qt_plugin/cc_demo3/plugin/CC_Demo3.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cc_plugins_list": [
"cc.EchoSocketPlugin",
"CC Demo3"
"cc.Demo3ProtocolPlugin"
]
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

#include "ConfigWidget_CC_Demo3.h"

Expand Down
2 changes: 1 addition & 1 deletion cc_tools_qt_plugin/cc_demo3/plugin/ConfigWidget_CC_Demo3.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion cc_tools_qt_plugin/cc_demo3/plugin/Plugin_CC_Demo3.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

#include "Plugin_CC_Demo3.h"

Expand Down
2 changes: 1 addition & 1 deletion cc_tools_qt_plugin/cc_demo3/plugin/Plugin_CC_Demo3.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion cc_tools_qt_plugin/cc_demo3/plugin/Protocol_CC_Demo3.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

#include "Protocol_CC_Demo3.h"

Expand Down
2 changes: 1 addition & 1 deletion cc_tools_qt_plugin/cc_demo3/plugin/Protocol_CC_Demo3.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by commsdsl2tools_qt v6.3.0
// Generated by commsdsl2tools_qt v6.3.2

#pragma once

Expand Down

0 comments on commit 1152ec4

Please sign in to comment.