diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-17 16:27:38 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-17 16:27:38 +0200 |
| commit | f91e5c4c83a071ab720417d490fd44a8f4678bc1 (patch) | |
| tree | 9d38fad279c015bea0bf256184b6936171310aa7 /qt/CMakeLists.txt | |
| parent | c182f3f16e56e9533060ffa06b25391e239a28ee (diff) | |
| download | nissy-core-f91e5c4c83a071ab720417d490fd44a8f4678bc1.tar.gz nissy-core-f91e5c4c83a071ab720417d490fd44a8f4678bc1.zip | |
Improvements to QT UI
Diffstat (limited to 'qt/CMakeLists.txt')
| -rw-r--r-- | qt/CMakeLists.txt | 2 |
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 | |||
| 19 | qt_add_qml_module(appnissyqt | 19 | qt_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 | ||
| 25 | target_link_libraries(appnissyqt | 25 | target_link_libraries(appnissyqt |
