modified: browsemainwindow.cpp
[vlc-remote] / vlcRemote.pro
index 03738d6..790b205 100644 (file)
@@ -1,44 +1,37 @@
-#-------------------------------------------------
-#
+# -------------------------------------------------
 # Project created by QtCreator 2010-07-29T19:02:39
-#
-#-------------------------------------------------
-
-QT       += core gui network xml maemo5
-
+# -------------------------------------------------
+QT += core \
+    gui \
+    network \
+    xml \
+    maemo5
 TARGET = vlc-remote
 TEMPLATE = app
-
-
-SOURCES += main.cpp\
+SOURCES += main.cpp \
     playlistmainwindow.cpp \
     playermainwindow.cpp \
     configdialog.cpp \
     aboutdialog.cpp \
     accountdialog.cpp \
-    newaccountdialog.cpp
-
-
-HEADERS += \
-    playlistmainwindow.h \
+    newaccountdialog.cpp \
+    browsemainwindow.cpp \
+    vlcbrowseelement.cpp \
+    vlcplaylistelementsimple.cpp
+HEADERS += playlistmainwindow.h \
     playermainwindow.h \
     configdialog.h \
     aboutdialog.h \
     accountdialog.h \
-    newaccountdialog.h
-
-
-FORMS += \
-    playlistmainwindow.ui \
+    newaccountdialog.h \
+    browsemainwindow.h \
+    vlcbrowseelement.h \
+    vlcplaylistelementsimple.h
+FORMS += playlistmainwindow.ui \
     playermainwindow.ui \
     configdialog.ui \
     aboutdialog.ui \
-    accountdialog.ui
-  
-
-OTHER_FILES += \
-    vlc-remote.desktop
-
-RESOURCES += \
-    ressources.qrc
-
+    accountdialog.ui \
+    browsemainwindow.ui
+OTHER_FILES += vlc-remote.desktop
+RESOURCES += ressources.qrc