Skip to content

Commit

Permalink
Fix cannot update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
coslyk committed Nov 27, 2021
1 parent 7de44ec commit fa23ced
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ if (USE_QT6)
add_executable(${PROJECT_NAME} WIN32 MACOSX_BUNDLE
${SOURCE_FILES}
${QM_FILES}
resources_qt6.qrc
${CMAKE_BINARY_DIR}/src/l10n.qrc
${META_FILES_TO_INCLUDE})

Expand Down
4 changes: 3 additions & 1 deletion src/resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<qresource prefix="/moonplayer_qml">
<file>qml/classicUI/CustomWidgets/qmldir</file>
<file>qml/modernUI/CustomWidgets/qmldir</file>
<file>scripts/update-parsers.sh</file>
<file>images/net_lightgrey.png</file>
<file>images/pause_lightgrey.png</file>
<file>images/play_lightgrey.png</file>
Expand All @@ -18,4 +17,7 @@
<file>images/stop_grey.png</file>
<file>images/volume_grey.png</file>
</qresource>
<qresource prefix="/">
<file>scripts/update-parsers.sh</file>
</qresource>
</RCC>
5 changes: 5 additions & 0 deletions src/resources_qt6.qrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<RCC>
<qresource prefix="/">
<file>scripts/update-parsers.sh</file>
</qresource>
</RCC>

0 comments on commit fa23ced

Please sign in to comment.