example/LastFmAuthApp/LastFmAuthApp.pro
changeset 26 83d6a149c755
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/example/LastFmAuthApp/LastFmAuthApp.pro	Mon Oct 11 21:59:54 2010 +0530
@@ -0,0 +1,40 @@
+TEMPLATE = app
+TARGET = LastFm
+QT += core \
+    gui \
+    network \
+    webkit \
+    xml
+LIBS += -lsmfcredmgrclient
+HEADERS += inc/keys.h \
+    LastFm.loc \
+    progressbar.h \
+    inc/requestSP.h \
+    inc/xmlParser.h \
+    inc/sessionSP.h \
+    inc/loginDialog.h \
+    inc/errorCodes.h \
+    inc/baseDialog.h \
+    inc/authAppConstants.h \
+    AuthApp.h
+SOURCES += LastFm.rss \
+    LastFm_reg.rss \
+    progressbar.cpp \
+    src/requestSP.cpp \
+    src/xmlParser.cpp \
+    src/sessionSP.cpp \
+    src/loginDialog.cpp \
+    src/baseDialog.cpp \
+    main.cpp \
+    AuthApp.cpp
+FORMS += progressbar.ui \
+    AuthApp.ui
+RESOURCES += 
+ICON = Lastfm.svg
+symbian: { 
+    TARGET.EPOCHEAPSIZE = 0x020000 \
+        0x3200000
+    TARGET.UID3 = 0xE1D8C7D8 # Symbian specific, unprotected uid3 from symbiansigned.com
+    TARGET.CAPABILITY = NetworkServices # Symbian specific, we just need network access
+   
+}