v1.0.0-rc.110 #16

Merged
leonarski_f merged 20 commits from 2511-1.0.0-rc.110 into main 2025-11-28 12:47:35 +01:00
Showing only changes of commit 8366d88c2b - Show all commits

View File

@@ -5,7 +5,7 @@ SET(CMAKE_AUTOMOC ON)
SET(CMAKE_AUTORCC ON)
SET(CMAKE_AUTOUIC ON)
FIND_PACKAGE(Qt6 COMPONENTS Core Gui Widgets Charts DBus 3DCore 3DRender 3DInput 3DExtras 3DAnimation REQUIRED)
FIND_PACKAGE(Qt6 COMPONENTS Core Gui Widgets Charts DBus REQUIRED)
QT_ADD_RESOURCES(APP_RESOURCES resources/resources.qrc)
@@ -87,7 +87,6 @@ ADD_EXECUTABLE(jfjoch_viewer jfjoch_viewer.cpp JFJochViewerWindow.cpp JFJochView
)
TARGET_LINK_LIBRARIES(jfjoch_viewer Qt6::Core Qt6::Gui Qt6::Widgets Qt6::Charts Qt6::DBus
Qt6::3DCore Qt6::3DRender Qt6::3DInput Qt6::3DExtras Qt6::3DAnimation
JFJochReader JFJochLogger JFJochCommon JFJochWriter JFJochImageAnalysis)
INSTALL(TARGETS jfjoch_viewer RUNTIME COMPONENT viewer)