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