diff options
Diffstat (limited to 'examples/network/networkprotocol/networkprotocol.pro')
-rw-r--r-- | examples/network/networkprotocol/networkprotocol.pro | 10 |
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 000000000..1c6ea07c2 --- /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 |