From c4e5e487ad840b43143e1c701961b7c19c0fc449 Mon Sep 17 00:00:00 2001 From: Isaac Sh <424675+Iktwo@users.noreply.github.com> Date: Fri, 17 Apr 2015 22:52:02 -0700 Subject: [PATCH] Update README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) mode change 100644 => 100755 README.md diff --git a/README.md b/README.md old mode 100644 new mode 100755 index b767e37..69dc5bd --- a/README.md +++ b/README.md @@ -2,8 +2,17 @@ Qt Android launcher. +Requires Qt >= 5.4 + #Features: +* Application icon retrieval. * Detect app installation or removal. #TODO: -* Support themes. \ No newline at end of file +* Add wallpaper picker. +* Support themes. +* Investigate if it is possible to integrate widgets. + +#How to compile: + +There are no external dependencies, if you have Qt >= 5.4 for Android configured just open the project with QtCreator or follow this instructions if you don't want to use QtCreator http://doc.qt.io/qt-5/deployment-android.html \ No newline at end of file