summaryrefslogtreecommitdiffstats
path: root/examples/ipc/localfortuneclient/localfortuneclient.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ipc/localfortuneclient/localfortuneclient.pro')
-rw-r--r--examples/ipc/localfortuneclient/localfortuneclient.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/ipc/localfortuneclient/localfortuneclient.pro b/examples/ipc/localfortuneclient/localfortuneclient.pro
new file mode 100644
index 0000000000..914ed75657
--- /dev/null
+++ b/examples/ipc/localfortuneclient/localfortuneclient.pro
@@ -0,0 +1,14 @@
+HEADERS = client.h
+SOURCES = client.cpp \
+ main.cpp
+QT += network
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc/localfortuneclient
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS localfortuneclient.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc/localfortuneclient
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+
+