summaryrefslogtreecommitdiffstats
path: root/examples/tools
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-08-26 19:46:46 +0200
committeraxis <qt-info@nokia.com>2009-08-28 09:11:37 +0200
commit397cbd5c9c0afee65258ff91bc6ca29c548c85cd (patch)
tree3417d0547ad8b3fa7a93e8dd50d9b00eb698057f /examples/tools
parent6842d3385e98e9af33ee079b31ca26f12a2087d9 (diff)
Doc: Updated project files and Qt Demo XML to include the example.
Diffstat (limited to 'examples/tools')
-rw-r--r--examples/tools/inputpanel/inputpanel.pro8
-rw-r--r--examples/tools/tools.pro1
2 files changed, 9 insertions, 0 deletions
diff --git a/examples/tools/inputpanel/inputpanel.pro b/examples/tools/inputpanel/inputpanel.pro
index 683808bd0d..3b3767fdff 100644
--- a/examples/tools/inputpanel/inputpanel.pro
+++ b/examples/tools/inputpanel/inputpanel.pro
@@ -7,3 +7,11 @@ HEADERS += myinputpanel.h \
FORMS += mainform.ui \
myinputpanelform.ui
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/tools/inputpanel
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS inputpanel.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/tools/inputpanel
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
diff --git a/examples/tools/tools.pro b/examples/tools/tools.pro
index 1fd71c07f8..08d44e35af 100644
--- a/examples/tools/tools.pro
+++ b/examples/tools/tools.pro
@@ -5,6 +5,7 @@ SUBDIRS = codecs \
customcompleter \
echoplugin \
i18n \
+ inputpanel \
contiguouscache \
plugandpaintplugins \
plugandpaint \