summaryrefslogtreecommitdiffstats
path: root/examples/ipc/ipc.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ipc/ipc.pro')
-rw-r--r--examples/ipc/ipc.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/ipc/ipc.pro b/examples/ipc/ipc.pro
new file mode 100644
index 0000000..b758fc4
--- /dev/null
+++ b/examples/ipc/ipc.pro
@@ -0,0 +1,10 @@
+TEMPLATE = subdirs
+SUBDIRS = sharedmemory
+!wince*: SUBDIRS += localfortuneserver localfortuneclient
+
+# install
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS ipc.pro README
+sources.path = $$[QT_INSTALL_EXAMPLES]/ipc
+INSTALLS += sources
+
+include($$QT_SOURCE_TREE/examples/examplebase.pri)