diff -r 000000000000 -r 1918ee327afb examples/tools/tools.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/tools/tools.pro Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,26 @@ +TEMPLATE = subdirs +CONFIG += ordered +SUBDIRS = codecs \ + completer \ + customcompleter \ + echoplugin \ + i18n \ + inputpanel \ + contiguouscache \ + plugandpaintplugins \ + plugandpaint \ + regexp \ + settingseditor \ + styleplugin \ + treemodelcompleter \ + undoframework + +plugandpaint.depends = plugandpaintplugins + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/tools +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tools.pro README +sources.path = $$[QT_INSTALL_EXAMPLES]/tools +INSTALLS += target sources + +symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)