Skip to content

Commit ede052c

Browse files
authored
Update libmygpo-qt.md
1 parent ce93727 commit ede052c

File tree

1 file changed

+8
-21
lines changed

1 file changed

+8
-21
lines changed

docs/libmygpo-qt.md

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ libmygpo-qt is a Qt/C++ library wrapping the [gpodder.net Webservice](http://wik
1313

1414
### Contact Information
1515

16-
Current Maintainer of libmygpo-qt is **Stefan Derkits** (HorusHorrendus @ \#gpodder)
16+
Current Maintainer of libmygpo-qt is **Stefan Derkits**
1717

1818
If you need any help or Information about libmygpo-qt write to the [Mailing List](mailing-list.md)
1919

@@ -25,17 +25,16 @@ If you need any help or Information about libmygpo-qt write to the [Mailing List
2525

2626
### Build Dependencies
2727

28-
- CMake 2.6.2
28+
- CMake 3.5
2929
- \+ all dependencies listed below
3030

3131
### Dependencies
3232

33-
- Qt >= 4.6
34-
- [QJson](http://qjson.sourceforge.net/)
33+
- Qt >= 5.15
3534

36-
### Qt5 support
35+
### Qt6 support
3736

38-
libmygpo-qt version 1.0.8 supports also building the library with Qt5. The API is the same as in the Qt4 library. To build the library with Qt5 add "-DBUILD\_WITH\_QT4=OFF" to your CMake command line. Please note that Qt5 support is still experimental. If you find anything to not work with Qt5, please report a bug.
37+
libmygpo-qt version 1.2.0 supports also building the library with Qt6. The API is the same as in the Qt5 library. To build the library with Qt6 add "-DBUILD\_WITH\_QT6=ON" to your CMake command line. Please note that Qt6 support is still experimental. If you find anything to not work with Qt6, please report a bug.
3938

4039
### Used for
4140

@@ -45,19 +44,7 @@ libmygpo-qt version 1.0.8 supports also building the library with Qt5. The API i
4544
Current Version
4645
---------------
4746

48-
- Version: 1.0.8
47+
- Version: 1.2.0
4948

50-
Tarball: <http://stefan.derkits.at/files/libmygpo-qt/libmygpo-qt.1.0.8.tar.gz>
51-
sha256sum: 83716ea5cd6c0010d4531dd2b0c4e83c12d67b738da6aa15c932fc5901902e81
52-
md5sum: cb67c86919171d6d2356dfb59c3b9571
53-
54-
Future
55-
------
56-
57-
Just some quick Ideas what could be done better with libmygpo-qt 2.0 ;)
58-
59-
- Code Reusabillity (e.g. Slots error, parse(QByteArray) & parseData are the same in many classes)
60-
- possible in v1.X? Only Private Classes need to be changed to use a "ParsableResult" as Parent ...
61-
- Investigate if it is possible to return QString instead of QNetworkReply\* for Data that will not be parsed (OPML, TXT, XML)
62-
- Merge Functions that return unparsed data in different formats to a function with an enum parameter for the format
63-
- Memory vs. RunTime in Objects (e.g. DeviceSyncResult): Save Lists & Co only as QVariant (needed for Properties) and parse on demand or save parsed & QVariant (still possible in v1.X)
49+
Tarball: <https://stefan.derkits.at/files/libmygpo-qt/libmygpo-qt.1.2.0.tar.gz>
50+
sha256sum: 50ce7f65f402fb3ca509531ddd215a2dd2231fe03fca6b056ffb36f732a5eae6

0 commit comments

Comments
 (0)