aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorConfuSomu2024-03-22 16:34:36 -0400
committerConfuSomu2024-03-22 16:34:36 -0400
commit9429663fb6b0be845cc4ea45c4dfd3962422f6cf (patch)
tree045cc4773d55a35373de7519c9e985baf0ee587f /README.md
parent54bdc79a5bd12c36cbb0c025b6e0c7ce68e73752 (diff)
downloadActorViewer-9429663fb6b0be845cc4ea45c4dfd3962422f6cf.tar
ActorViewer-9429663fb6b0be845cc4ea45c4dfd3962422f6cf.tar.gz
ActorViewer-9429663fb6b0be845cc4ea45c4dfd3962422f6cf.zip
Specify that it builds with Qt 6 in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 38e8276..13f9f78 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# ActorViewer
-ActorViewer is a tool that allows one to explore their Fediverse data exports. It uses the Qt 5 library for its user interface. Currently, ActorViewer allows doing the following:
+ActorViewer is a tool that allows one to explore their Fediverse data exports. It uses the Qt 5 library for its user interface, and builds fine with Qt 6. Currently, ActorViewer allows doing the following:
* Open Mastodon data exports (make sure to have them decompressed and open the outbox.json file!)
* Support for other Fediverse platforms will be added in the future, in addition to presenting a smarter UI for opening exports. Also, automatic decompression of downloaded exports would be handy.