Start to add an asynchronious function to test each IP. (not working yet)
[vlc-remote] / vlcRemote.pro
index 2b4e4fc..03738d6 100644 (file)
@@ -4,7 +4,7 @@
 #
 #-------------------------------------------------
 
-QT       += core gui network xml
+QT       += core gui network xml maemo5
 
 TARGET = vlc-remote
 TEMPLATE = app
@@ -14,19 +14,27 @@ SOURCES += main.cpp\
     playlistmainwindow.cpp \
     playermainwindow.cpp \
     configdialog.cpp \
-    aboutdialog.cpp
+    aboutdialog.cpp \
+    accountdialog.cpp \
+    newaccountdialog.cpp
+
 
 HEADERS += \
     playlistmainwindow.h \
     playermainwindow.h \
     configdialog.h \
-    aboutdialog.h
+    aboutdialog.h \
+    accountdialog.h \
+    newaccountdialog.h
+
 
 FORMS += \
     playlistmainwindow.ui \
     playermainwindow.ui \
     configdialog.ui \
-    aboutdialog.ui
+    aboutdialog.ui \
+    accountdialog.ui
+  
 
 OTHER_FILES += \
     vlc-remote.desktop
@@ -34,4 +42,3 @@ OTHER_FILES += \
 RESOURCES += \
     ressources.qrc
 
-TRANSLATIONS = vlcremote_fr_FR.ts