X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=app%2Fapp.pri;h=df50deaa7471e76f1fd4638178355f4c7e02b034;hb=refs%2Ftags%2Feel_4.99.1;hp=56bc9499bc49421c0ce67ea1a56ec28267cfaf8c;hpb=f3ddc376291262a6b305cc2b0a52792abdc7c85c;p=apps%2Fmediaplayer.git diff --git a/app/app.pri b/app/app.pri index 56bc949..df50dea 100644 --- a/app/app.pri +++ b/app/app.pri @@ -1,4 +1,5 @@ TEMPLATE = app +QMAKE_LFLAGS += "-Wl,--hash-style=gnu -Wl,--as-needed" load(configure) qtCompileTest(libhomescreen) @@ -14,8 +15,6 @@ packagesExist(sqlite3 lightmediascanner) { } packagesExist(dbus-1) { - HEADERS += dbus.h - SOURCES += dbus.cpp DEFINES += HAVE_DBUS QT += dbus }