Start to add an asynchronious function to test each IP. (not working yet)
[vlc-remote] / vlcRemote.pro
index 8ab5e61..03738d6 100644 (file)
@@ -4,7 +4,7 @@
 #
 #-------------------------------------------------
 
-QT       += core gui network xml
+QT       += core gui network xml maemo5
 
 TARGET = vlc-remote
 TEMPLATE = app
@@ -15,6 +15,8 @@ SOURCES += main.cpp\
     playermainwindow.cpp \
     configdialog.cpp \
     aboutdialog.cpp \
+    accountdialog.cpp \
+    newaccountdialog.cpp
 
 
 HEADERS += \
@@ -22,6 +24,8 @@ HEADERS += \
     playermainwindow.h \
     configdialog.h \
     aboutdialog.h \
+    accountdialog.h \
+    newaccountdialog.h
 
 
 FORMS += \
@@ -29,7 +33,12 @@ FORMS += \
     playermainwindow.ui \
     configdialog.ui \
     aboutdialog.ui \
+    accountdialog.ui
   
 
 OTHER_FILES += \
     vlc-remote.desktop
+
+RESOURCES += \
+    ressources.qrc
+