Add dummy ui
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
2026-05-02 08:45:02 -07:00
parent 1beefa7d11
commit 9842c1579b
10 changed files with 193 additions and 19 deletions
+3 -3
View File
@@ -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