mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2024-10-31 23:25:18 +00:00
Chris Josten
1e80ceb697
I finally got deserializing lists working. Exposing them to QML was not a trivial task either. Note that I didn't do it the clean way. Nested lists are not supported. But it works! Because I got so frustarted at one point trying to implement things the right way, I restructured the project to seperate the Sailfish code from the Qt code and created a new, empty desktop project. The Qt code has been transformed into a happy little library, to which the Sailfish OS application links. Note that QMake doesn't seem to strip the library for some reason.
23 lines
739 B
XML
23 lines
739 B
XML
<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>Hutspot</name>
|
|
<url>https://github.com/sailfish-spotify/hutspot/tree/22787baa6603b5235a3c9e6a65778e0485dfcd7b</url>
|
|
<type>SNIPPET</type>
|
|
<license>
|
|
<type>MIT</type>
|
|
<copyright>Copyright (c) 2019 sailfish-spotify contributors</copyright>
|
|
<text>licenses/MIT.txt</text>
|
|
</license>
|
|
</include>
|
|
</includes>
|