mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-10 23:52:51 -04:00
Remove unnecessary dependencies in android-notify-service
This commit is contained in:
parent
feae9f5850
commit
180a5b19a7
2 changed files with 0 additions and 13 deletions
|
@ -24,19 +24,11 @@
|
||||||
#include <QDir>
|
#include <QDir>
|
||||||
#include <QThread>
|
#include <QThread>
|
||||||
|
|
||||||
#ifdef __ANDROID__
|
|
||||||
# include "util/androiddebug.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "libresapilocalclient.h"
|
#include "libresapilocalclient.h"
|
||||||
#include "notificationsbridge.h"
|
#include "notificationsbridge.h"
|
||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
#ifdef __ANDROID__
|
|
||||||
AndroidStdIOCatcher dbg; (void) dbg;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
QCoreApplication app(argc, argv);
|
QCoreApplication app(argc, argv);
|
||||||
|
|
||||||
QString sockPath = QDir::homePath() + "/.retroshare";
|
QString sockPath = QDir::homePath() + "/.retroshare";
|
||||||
|
|
|
@ -19,8 +19,3 @@ android-g++ {
|
||||||
|
|
||||||
HEADERS += libresapilocalclient.h notificationsbridge.h
|
HEADERS += libresapilocalclient.h notificationsbridge.h
|
||||||
SOURCES += libresapilocalclient.cpp main.cpp
|
SOURCES += libresapilocalclient.cpp main.cpp
|
||||||
|
|
||||||
DEPENDPATH *= ../../libretroshare/src
|
|
||||||
INCLUDEPATH *= ../../libretroshare/src
|
|
||||||
PRE_TARGETDEPS *= ../../libretroshare/src/lib/libretroshare.a
|
|
||||||
LIBS *= ../../libretroshare/src/lib/libretroshare.a
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue