From a2c9f72da42f6a90baca9a383e4efd08fd7fbe80 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Sun, 9 Apr 2023 22:22:48 -0400 Subject: [PATCH] Minor fixes. --- CMakeLists.txt | 2 +- main.qml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f40839c..44a7549e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(CMAKE_AUTOMOC ON) set(CMAKE_AUTORCC ON) set(CMAKE_CXX_STANDARD_REQUIRED ON) -find_package(Qt6 6.2 COMPONENTS Quick REQUIRED) +find_package(Qt6 6.2 COMPONENTS Quick Svg REQUIRED) set(GGML_BUILD_EXAMPLES ON CACHE BOOL "ggml: build examples" FORCE) add_subdirectory(ggml) diff --git a/main.qml b/main.qml index 3af7ac7f..d294aa1a 100644 --- a/main.qml +++ b/main.qml @@ -1,5 +1,6 @@ import QtQuick import QtQuick.Controls +import QtQuick.Controls.Fusion import llm Window {