mediabrowser.pro Example Filemediabrowser/mediabrowser.proTEMPLATE = app TARGET = mediabrowser include(../mobility_examples.pri) CONFIG += mobility MOBILITY = gallery INCLUDEPATH += ../../src/gallery DEPENDPATH += ../../src/gallery HEADERS = \ albumdelegate.h \ albumview.h \ artistdelegate.h \ artistview.h \ browser.h \ coverartmodel.h \ galleryview.h \ photodelegate.h \ photoview.h \ songview.h \ thumbnailcache.h \ thumbnailmodel.h SOURCES = \ albumdelegate.cpp \ albumview.cpp \ artistdelegate.cpp \ artistview.cpp \ browser.cpp \ coverartmodel.cpp \ galleryview.cpp \ main.cpp \ photodelegate.cpp \ photoview.cpp \ songview.cpp \ thumbnailcache.cpp \ thumbnailmodel.cpp symbian: { load(data_caging_paths) TARGET.CAPABILITY = ReadDeviceData WriteDeviceData } © 2008-2010 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy X
|