diff options
Diffstat (limited to 'examples/ipc/ipc.pro')
-rw-r--r-- | examples/ipc/ipc.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/ipc/ipc.pro b/examples/ipc/ipc.pro new file mode 100644 index 0000000..0698f89 --- /dev/null +++ b/examples/ipc/ipc.pro @@ -0,0 +1,8 @@ +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 |