diff -r 000000000000 -r 1918ee327afb examples/tools/styleplugin/styleplugin.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/tools/styleplugin/styleplugin.pro Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,11 @@ +TEMPLATE = subdirs +SUBDIRS = stylewindow \ + plugin + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS styleplugin.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin +INSTALLS += target sources + +symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)