File tree Expand file tree Collapse file tree 2 files changed +22
-20
lines changed Expand file tree Collapse file tree 2 files changed +22
-20
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ set(HEADERS
4040 gui/dialogs/core_dialogbase.h
4141 gui/dialogs/core_dialogsystemsettings.h
4242 gui/dialogs/core_dialogsettings.h
43+ gui/dialogs/core_dialogprojectinfo.h
4344 gui/dialogs/core_dialogproject.h
4445 gui/dialogs/core_dialogport.h
4546 gui/dialogs/core_dialogdevice.h
@@ -81,7 +82,8 @@ set(SOURCES
8182 ${CMAKE_CURRENT_LIST_DIR} /project/core_builder.cpp
8283 gui/dialogs/core_dialogbase.cpp
8384 gui/dialogs/core_dialogsystemsettings.cpp
84- gui/dialogs/core_dialogproject.cpp
85+ gui/dialogs/core_dialogprojectinfo.cpp
86+ gui/dialogs/core_dialogproject.cpp
8587 gui/dialogs/core_dialogport.cpp
8688 gui/dialogs/core_dialogdevice.cpp
8789 gui/dialogs/core_dialogdataview.cpp
Original file line number Diff line number Diff line change 1- #ifndef MBCORE_CONFIG_H
2- #define MBCORE_CONFIG_H
3-
4- /*
5- Major part of mbtools version
6- */
7- #define MBTOOLS_VERSION_MAJOR 0
8-
9- /*
10- Minor part of mbtools version
11- */
12- #define MBTOOLS_VERSION_MINOR 3
13-
14- /*
15- Patch part of mbtools version
16- */
17- #define MBTOOLS_VERSION_PATCH 6
18-
19- #endif // MBCORE_CONFIG_H
1+ #ifndef MBCORE_CONFIG_H
2+ #define MBCORE_CONFIG_H
3+
4+ /*
5+ Major part of mbtools version
6+ */
7+ #define MBTOOLS_VERSION_MAJOR 0
8+
9+ /*
10+ Minor part of mbtools version
11+ */
12+ #define MBTOOLS_VERSION_MINOR 3
13+
14+ /*
15+ Patch part of mbtools version
16+ */
17+ #define MBTOOLS_VERSION_PATCH 6
18+
19+ #endif // MBCORE_CONFIG_H
You can’t perform that action at this time.
0 commit comments