diff -r 000000000000 -r 1918ee327afb examples/painting/imagecomposition/imagecomposition.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/painting/imagecomposition/imagecomposition.pro Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,15 @@ +HEADERS = imagecomposer.h +SOURCES = imagecomposer.cpp \ + main.cpp +RESOURCES = imagecomposition.qrc + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/painting/imagecomposition +sources.files = $$SOURCES $$HEADERS $$RESOURCES images *.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/painting/imagecomposition +INSTALLS += target sources + +symbian { + TARGET.UID3 = 0xA000A64B + include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) +}