summaryrefslogtreecommitdiffstats
path: root/examples/corelib/ipc/localfortuneclient/localfortuneclient.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/corelib/ipc/localfortuneclient/localfortuneclient.pro')
-rw-r--r--examples/corelib/ipc/localfortuneclient/localfortuneclient.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/corelib/ipc/localfortuneclient/localfortuneclient.pro b/examples/corelib/ipc/localfortuneclient/localfortuneclient.pro
new file mode 100644
index 0000000000..912c0f3b8e
--- /dev/null
+++ b/examples/corelib/ipc/localfortuneclient/localfortuneclient.pro
@@ -0,0 +1,8 @@
+HEADERS = client.h
+SOURCES = client.cpp \
+ main.cpp
+QT += network widgets
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/corelib/ipc/localfortuneclient
+INSTALLS += target