Fix for Bug [#6295] Application polls vlc server even when the UI is not visible...
[vlc-remote] / src / src.pro
index 35196ae..55d86ca 100644 (file)
@@ -5,7 +5,8 @@ QT += core \
     gui \
     network \
     xml \
-    maemo5
+    maemo5 \
+    dbus
 TARGET = vlc-remote
 TEMPLATE = app
 SOURCES += main.cpp \
@@ -20,7 +21,8 @@ SOURCES += main.cpp \
     vlcplaylistelementsimple.cpp \
     vlcstatus.cpp \
     appsettings.cpp \
-    favouritesmainwindow.cpp
+    favouritesmainwindow.cpp \
+    settingsdialog.cpp
 HEADERS += playlistmainwindow.h \
     playermainwindow.h \
     configdialog.h \
@@ -32,14 +34,16 @@ HEADERS += playlistmainwindow.h \
     vlcplaylistelementsimple.h \
     vlcstatus.h \
     appsettings.h \
-    favouritesmainwindow.h
+    favouritesmainwindow.h \
+    settingsdialog.h
 FORMS += playlistmainwindow.ui \
     playermainwindow.ui \
     configdialog.ui \
     aboutdialog.ui \
     accountdialog.ui \
     browsemainwindow.ui \
-    favouritesmainwindow.ui
+    favouritesmainwindow.ui \
+    settingsdialog.ui
 OTHER_FILES += vlc-remote.desktop
 RESOURCES += ressources.qrc
 TRANSLATIONS = vlcremote_fr_FR.ts