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

think-free-backup/QtAndroidHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Some code that allow you to create an android service using qt and activity based application with sticky notification

Resources

Stars

23 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors