diff options
Diffstat (limited to 'examples/tools/tools.pro')
-rw-r--r-- | examples/tools/tools.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/tools/tools.pro b/examples/tools/tools.pro index 79f0faa..08d44e3 100644 --- a/examples/tools/tools.pro +++ b/examples/tools/tools.pro @@ -5,6 +5,8 @@ SUBDIRS = codecs \ customcompleter \ echoplugin \ i18n \ + inputpanel \ + contiguouscache \ plugandpaintplugins \ plugandpaint \ regexp \ @@ -20,3 +22,5 @@ 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) |