AppSettings for android

added debug output for Navigation as debugger does not work for Android
yet
This commit is contained in:
Jan-Martin Raemer 2022-06-01 20:31:47 +02:00
parent 75308b4423
commit 9e7a55fc20
8 changed files with 405 additions and 90 deletions

View file

@ -3,7 +3,7 @@ TEMPLATE = app
QT += qml quick multimedia
CONFIG += c++11
LIBS +=
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android-files
SOURCES += main.cpp \
controllers/MusicPlayer.cpp \
models/NavigationListModel.cpp \
@ -51,3 +51,6 @@ HEADERS += \
controllers/SettingsHandler.h
INCLUDEPATH+=/usr/local/include
DISTFILES += \
android-files/AndroidManifest.xml