Qt Reference Documentation

lightmaps.pro Example File

demos/embedded/lightmaps/lightmaps.pro
 TEMPLATE = app
 SOURCES = lightmaps.cpp
 QT += network

 symbian {
     TARGET.UID3 = 0xA000CF75
     include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
     TARGET.CAPABILITY = NetworkServices
     TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
 }

 target.path = $$[QT_INSTALL_DEMOS]/embedded/lightmaps
 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
 sources.path = $$[QT_INSTALL_DEMOS]/embedded/lightmaps
 INSTALLS += target sources
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.