Consolidated play / pause to single button
[vlc-remote] / vlcRemote.pro
index 790b205..8cd8145 100644 (file)
@@ -17,7 +17,8 @@ SOURCES += main.cpp \
     newaccountdialog.cpp \
     browsemainwindow.cpp \
     vlcbrowseelement.cpp \
-    vlcplaylistelementsimple.cpp
+    vlcplaylistelementsimple.cpp \
+    vlcstatus.cpp
 HEADERS += playlistmainwindow.h \
     playermainwindow.h \
     configdialog.h \
@@ -26,7 +27,8 @@ HEADERS += playlistmainwindow.h \
     newaccountdialog.h \
     browsemainwindow.h \
     vlcbrowseelement.h \
-    vlcplaylistelementsimple.h
+    vlcplaylistelementsimple.h \
+    vlcstatus.h
 FORMS += playlistmainwindow.ui \
     playermainwindow.ui \
     configdialog.ui \