Use constants.h to store app's constants. Created a setup dialog.
[simple-xmbc-rem] / src / xbmcnetmoviesremote.pro
index 685c440..c95f830 100644 (file)
@@ -18,9 +18,13 @@ symbian:TARGET.UID3 = 0xED8FBFF1
 # CONFIG += mobility
 # MOBILITY +=
 
-SOURCES += main.cpp mainwindow.cpp
-HEADERS += mainwindow.h
-FORMS += mainwindow.ui
+SOURCES += main.cpp mainwindow.cpp \
+    setupdialog.cpp
+HEADERS += mainwindow.h \
+    setupdialog.h \
+    constants.h
+FORMS += mainwindow.ui \
+    setupdialog.ui
 
 # Please do not modify the following two lines. Required for deployment.
 include(deployment.pri)