add Yannux version with account manager
[vlc-remote] / vlcRemote.pro
index 9f264c6..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,6 +33,7 @@ FORMS += \
     playermainwindow.ui \
     configdialog.ui \
     aboutdialog.ui \
+    accountdialog.ui
   
 
 OTHER_FILES += \
@@ -37,4 +42,3 @@ OTHER_FILES += \
 RESOURCES += \
     ressources.qrc
 
-TRANSLATIONS = vlcremote_fr_FR.ts