QtMobility Reference Documentation

slideshow.pro Example File

slideshow/slideshow.pro
 TEMPLATE = app
 TARGET = slideshow
 INCLUDEPATH+=../../src/multimedia
 include (../mobility_examples.pri)

 CONFIG += mobility
 MOBILITY = multimedia

 HEADERS = \
     slideshow.h

 SOURCES = \
     main.cpp \
     slideshow.cpp

 symbian {
     TARGET.CAPABILITY = NetworkServices
     TARGET.EPOCHEAPSIZE = 0x20000 0x3000000
 }
X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.