Added menu item "Help/Check for update" to ask the QtMaintenanceTool if an update is available and show a dialog to trigger the update from within the application.
This commit is contained in:
2
ApplicationConfig.h.in
Normal file
2
ApplicationConfig.h.in
Normal file
@ -0,0 +1,2 @@
|
||||
#define APPLICATION_NAME "${PROJECT_NAME}"
|
||||
#define APPLICATION_VERSION "${PROJECT_VERSION}"
|
||||
@ -11,6 +11,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
add_subdirectory(libs/GenericCore)
|
||||
set (CORE_LIB_DIR ${CMAKE_CURRENT_SOURCE_DIR}/libs/GenericCore)
|
||||
|
||||
configure_file(ApplicationConfig.h.in ApplicationConfig.h)
|
||||
|
||||
#Frontend applications
|
||||
add_subdirectory(UIs/GenericWidgets)
|
||||
|
||||
|
||||
Submodule UIs/GenericWidgets updated: 9c67fdabdc...43df76c88f
Submodule libs/GenericCore updated: bddb6df3ee...13b53683a5
Reference in New Issue
Block a user