aboutsummaryrefslogtreecommitdiff
path: root/qt/CMakeLists.txt
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-17 16:27:38 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-17 16:27:38 +0200
commitf91e5c4c83a071ab720417d490fd44a8f4678bc1 (patch)
tree9d38fad279c015bea0bf256184b6936171310aa7 /qt/CMakeLists.txt
parentc182f3f16e56e9533060ffa06b25391e239a28ee (diff)
downloadnissy-core-f91e5c4c83a071ab720417d490fd44a8f4678bc1.tar.gz
nissy-core-f91e5c4c83a071ab720417d490fd44a8f4678bc1.zip
Improvements to QT UI
Diffstat (limited to 'qt/CMakeLists.txt')
-rw-r--r--qt/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/CMakeLists.txt b/qt/CMakeLists.txt
index 8ba768c..42c6d52 100644
--- a/qt/CMakeLists.txt
+++ b/qt/CMakeLists.txt
@@ -19,7 +19,7 @@ qt_add_executable(appnissyqt
19qt_add_qml_module(appnissyqt 19qt_add_qml_module(appnissyqt
20 URI nissyqt 20 URI nissyqt
21 VERSION 1.0 21 VERSION 1.0
22 QML_FILES NissyMain.qml 22 QML_FILES Main.qml
23) 23)
24 24
25target_link_libraries(appnissyqt 25target_link_libraries(appnissyqt

Generated with cgit - Back to sebastiano.tronto.net