Browser working correctly from a functional perspective.
[vlc-remote] / vlcRemote.pro
index b1bfff3..790b205 100644 (file)
@@ -16,7 +16,8 @@ SOURCES += main.cpp \
     accountdialog.cpp \
     newaccountdialog.cpp \
     browsemainwindow.cpp \
-    vlcbrowseelement.cpp
+    vlcbrowseelement.cpp \
+    vlcplaylistelementsimple.cpp
 HEADERS += playlistmainwindow.h \
     playermainwindow.h \
     configdialog.h \
@@ -24,7 +25,8 @@ HEADERS += playlistmainwindow.h \
     accountdialog.h \
     newaccountdialog.h \
     browsemainwindow.h \
-    vlcbrowseelement.h
+    vlcbrowseelement.h \
+    vlcplaylistelementsimple.h
 FORMS += playlistmainwindow.ui \
     playermainwindow.ui \
     configdialog.ui \