binding: bluetooth: switch from dbus calls to system binding
[apps/mediaplayer.git] / app / app.pri
index 82f5a74..7ec39b1 100644 (file)
@@ -10,15 +10,10 @@ config_libhomescreen {
 }
 
 packagesExist(sqlite3 lightmediascanner) {
-    HEADERS += lightmediascanner.h
-    SOURCES += lightmediascanner.cpp
     DEFINES += HAVE_LIGHTMEDIASCANNER
-    QT += sql
 }
 
 packagesExist(dbus-1) {
-    HEADERS += dbus.h
-    SOURCES += dbus.cpp
     DEFINES += HAVE_DBUS
     QT += dbus
 }