Implemented android module startup with default settings.

Simplified main_android.
This commit is contained in:
codestation
2015-03-22 14:39:21 -04:30
parent d88a84acb2
commit dce70235dc
4 changed files with 82 additions and 132 deletions

View File

@@ -3,6 +3,7 @@ include(../common/defines.pri)
TARGET = qcma_android
TEMPLATE=app
QT += network sql
LIBS += -L../common -lqcma_common
# this library needs to link statically their deps but Qt doesn't pass --static to PKGCONFIG
@@ -10,11 +11,11 @@ QMAKE_CXXFLAGS += $$system(pkg-config --static --cflags libvitamtp libavformat l
LIBS += $$system(pkg-config --static --libs libvitamtp libavformat libavcodec libavutil libswscale)
SOURCES += \
main_android.cpp
# headlessmanager.cpp
main_android.cpp \
sevicemanager.cpp
#HEADERS += \
# headlessmanager.h
HEADERS += \
servicemanager.h
DISTFILES += \
android-src/gradle/wrapper/gradle-wrapper.jar \