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 107313d commit 23c3e94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions qml6-pragmasingleton/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ target_sources(${PROJECT_NAME}
"main.cpp"
)

# This automatically creates resources,
# so avoid using qt_add_resources() with it.
# If we had a qrc file, we'd put after the first argument.
# This generates a resource like this:
# qrc: + RESOURCE_PREFIX + URI + / + QML_FILES
# so qrc:/qt/qml/com/example/pragmasingleton/Main.qml
qt_add_qml_module(${PROJECT_NAME}
URI "com.example.pragmasingleton"
VERSION 1.0
Expand Down
3 changes: 2 additions & 1 deletion qml6-pragmasingleton/qml/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
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"
Expand All @@ -13,6 +12,8 @@ qt_add_qml_module(pragmasingleton-dialogs
"ViewDialog.qml"
)

qt_add_library(pragmasingleton-singletons)

qt_add_qml_module(pragmasingleton-singletons
URI "com.example.pragmasingleton.singletons"
VERSION 1.0
Expand Down

0 comments on commit 23c3e94

Please sign in to comment.