--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/threads/threads.pro Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,14 @@
+TEMPLATE = subdirs
+SUBDIRS = mandelbrot \
+ semaphores \
+ waitconditions
+
+symbian: SUBDIRS += queuedcustomtype
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/threads
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS threads.pro README
+sources.path = $$[QT_INSTALL_EXAMPLES]/threads
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)