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:
parent
228f81984b
commit
fbc154fb56
16 changed files with 481 additions and 27 deletions
22
core/qrc/3rdparty.xml
Normal file
22
core/qrc/3rdparty.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue