removed the state machine. use only http.
[simple-xmbc-rem] / src / xbmcnetmoviesremote.pro
index 685c440..8b2baf4 100644 (file)
@@ -8,7 +8,8 @@ DEPLOYMENTFOLDERS = # file1 dir1
 #DEFINES += ORIENTATIONLOCK
 
 # Needs to be defined for Symbian
-#DEFINES += NETWORKACCESS
+DEFINES += NETWORKACCESS
+QT += network
 
 symbian:TARGET.UID3 = 0xED8FBFF1
 
@@ -18,9 +19,17 @@ symbian:TARGET.UID3 = 0xED8FBFF1
 # CONFIG += mobility
 # MOBILITY +=
 
-SOURCES += main.cpp mainwindow.cpp
-HEADERS += mainwindow.h
-FORMS += mainwindow.ui
+TARGET = xbmcnetmoviesremote
+
+SOURCES += main.cpp mainwindow.cpp \
+    setupdialog.cpp \
+    xbmc.cpp
+HEADERS += mainwindow.h \
+    setupdialog.h \
+    constants.h \
+    xbmc.h
+FORMS += mainwindow.ui \
+    setupdialog.ui
 
 # Please do not modify the following two lines. Required for deployment.
 include(deployment.pri)