add Yannux version with account manager
[vlc-remote] / vlcRemote.pro
index 236f92d..03738d6 100644 (file)
@@ -4,7 +4,7 @@
 #
 #-------------------------------------------------
 
-QT       += core gui network xml
+QT       += core gui network xml maemo5
 
 TARGET = vlc-remote
 TEMPLATE = app
@@ -15,7 +15,8 @@ SOURCES += main.cpp\
     playermainwindow.cpp \
     configdialog.cpp \
     aboutdialog.cpp \
-    accountdialog.cpp
+    accountdialog.cpp \
+    newaccountdialog.cpp
 
 
 HEADERS += \
@@ -23,7 +24,8 @@ HEADERS += \
     playermainwindow.h \
     configdialog.h \
     aboutdialog.h \
-    accountdialog.h
+    accountdialog.h \
+    newaccountdialog.h
 
 
 FORMS += \
@@ -31,8 +33,7 @@ FORMS += \
     playermainwindow.ui \
     configdialog.ui \
     aboutdialog.ui \
-    accountdialog.ui \
-    accountnewdialog.ui
+    accountdialog.ui
   
 
 OTHER_FILES += \
@@ -41,4 +42,3 @@ OTHER_FILES += \
 RESOURCES += \
     ressources.qrc
 
-TRANSLATIONS = vlcremote_fr_FR.ts