summaryrefslogtreecommitdiffstats
path: root/examples/network/networkprotocol/networkprotocol.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/networkprotocol/networkprotocol.pro')
-rw-r--r--examples/network/networkprotocol/networkprotocol.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/network/networkprotocol/networkprotocol.pro b/examples/network/networkprotocol/networkprotocol.pro
new file mode 100644
index 0000000..1c6ea07
--- /dev/null
+++ b/examples/network/networkprotocol/networkprotocol.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+TARGET = networkprotocol
+
+CONFIG += qt warn_on release
+
+REQUIRES = network full-config
+
+HEADERS = nntp.h view.h
+SOURCES = main.cpp \
+ nntp.cpp view.cpp