@@ -41,5 +41,6 @@ endif() find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core Network) find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Gui Widgets SerialPort) qt_internal_project_setup() qt_build_repo() 0 comments on commit 0783702 Please si...
@@ -19,6 +19,8 @@ find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS Network Concurrent Widgets Qml Quick ShaderTools Gamepad OpenGL Multimedia QuickWidgets) # special case end qt_internal_project_setup() if(NOT TARGET Qt::Gui) message(NOTICE "Skipping the build as the c...
21 + qt_internal_project_setup() 21 22 22 23 if(INTEGRITY) 23 24 message(NOTICE "Skipping the build as the condition \"NOT INTEGRITY\" is not met.") 0 commit comments Comments0 (0) Please sign in to comment.