Add workaround for rating context menu crashing in macos

For now we will have two different versions of the rating component.
This commit is contained in:
Luis Ángel San Martín
2018-05-24 19:02:01 +02:00
parent 59604218f4
commit 786c28bba0
5 changed files with 71 additions and 29 deletions

View File

@ -2,5 +2,6 @@
<qresource prefix="/">
<file>qml/page.png</file>
<file>qml/star.png</file>
<file alias="qml/RatingContextMenu.qml">qml/RatingContextMenu-win.qml</file>
</qresource>
</RCC>