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