1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2025-09-05 18:22:46 +00:00

WIP: Playlist support

This commit is contained in:
Chris Josten 2021-05-21 15:46:30 +02:00
parent 228f81984b
commit fbc154fb56
16 changed files with 481 additions and 27 deletions

22
core/qrc/3rdparty.xml Normal file
View file

@ -0,0 +1,22 @@
<includes>
<include>
<name>Storeman</name>
<url>https://github.com/mentaljam/harbour-storeman/tree/f64314e7f72550faf35f95f046b52cee42501cf8</url>
<type>SNIPPET</type>
<license>
<type>MIT</type>
<copyright>Copyright (c) 2017 Petr Tsymbarovich</copyright>
<text>licenses/MIT.txt</text>
</license>
</include>
<include>
<name>CMake-qmlplugin</name>
<type>LIBRARY</type>
<url>https://github.com/xarxer/cmake-qmlplugin</url>
<license>
<type>MIT</type>
<copyright>Copyright (c) 2018 Pontus Sjögren</copyright>
<text>licenses/MIT.txt</text>
</license>
</include>
</includes>