From 32e200b7169e4b9e63d39b757860f87b34d2b533 Mon Sep 17 00:00:00 2001 From: Thiago Sueto Date: Sun, 9 Jun 2024 21:27:20 -0300 Subject: [PATCH] Attempt to fix Github CI --- qml6-pragmasingleton/qml/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qml6-pragmasingleton/qml/CMakeLists.txt b/qml6-pragmasingleton/qml/CMakeLists.txt index 3d77fce..80ad582 100644 --- a/qml6-pragmasingleton/qml/CMakeLists.txt +++ b/qml6-pragmasingleton/qml/CMakeLists.txt @@ -1,9 +1,9 @@ -qt_add_library(pragmasingleton-dialogs) -qt_add_library(pragmasingleton-singletons) - # This is the only requirement to mark a QML file as a singleton. set_source_files_properties(PragmaSingleton.qml PROPERTIES QT_QML_SINGLETON_TYPE ON) +qt_add_library(pragmasingleton-dialogs) +qt_add_library(pragmasingleton-singletons) + qt_add_qml_module(pragmasingleton-dialogs URI "com.example.pragmasingleton.dialogs" VERSION 1.0