Skip to content

Commit

Permalink
Attempt to fix Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
herzenschein committed Jun 10, 2024
1 parent 355a084 commit 32e200b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qml6-pragmasingleton/qml/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 32e200b

Please sign in to comment.