This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.15...4.3)
|
||||
project(
|
||||
EmbeddedLinuxSandbox
|
||||
VERSION 0.1
|
||||
LR-EnviroCommand
|
||||
VERSION 0.1.0
|
||||
DESCRIPTION "LR-EnviroCommand"
|
||||
LANGUAGES CXX
|
||||
)
|
||||
@@ -36,7 +36,7 @@ endif ()
|
||||
|
||||
|
||||
# Setup Qt QML
|
||||
find_package(Qt6 6.10 COMPONENTS Network Quick REQUIRED)
|
||||
find_package(Qt6 6.10 COMPONENTS Charts Network Quick REQUIRED)
|
||||
qt_standard_project_setup(REQUIRES 6.10)
|
||||
|
||||
# FetchContent added in CMake 3.11, downloads during the configure step
|
||||
|
||||
Reference in New Issue
Block a user