Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 730 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 730 Bytes

Qt Android service and activity helper classes

  • First create a project in QtCreator QtQuick or QtWidget for activity based application or "Qt Console Application" for a service based one

  • In project - Android - Run - Advanced actions, create an AndroidManifest or put the following lines to your .pro

    ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android

    OTHER_FILES +=
    android/AndroidManifest.xml

  • ! Only bundled Qt librairies have been tested ...

  • Replace the "android" folder that qtcreator have created in your project by this one or if your edited the .pro just put it in your project.

  • Run ./setup.sh in the android folder

  • Put your icon.png and notificon.png