add todo test
[vlc-remote] / vlcRemote.pro
index 9f264c6..236f92d 100644 (file)
@@ -15,6 +15,7 @@ SOURCES += main.cpp\
     playermainwindow.cpp \
     configdialog.cpp \
     aboutdialog.cpp \
+    accountdialog.cpp
 
 
 HEADERS += \
@@ -22,6 +23,7 @@ HEADERS += \
     playermainwindow.h \
     configdialog.h \
     aboutdialog.h \
+    accountdialog.h
 
 
 FORMS += \
@@ -29,6 +31,8 @@ FORMS += \
     playermainwindow.ui \
     configdialog.ui \
     aboutdialog.ui \
+    accountdialog.ui \
+    accountnewdialog.ui
   
 
 OTHER_FILES += \