summaryrefslogtreecommitdiffstats
path: root/examples/network/secureudpclient/secureudpclient.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/secureudpclient/secureudpclient.pro')
-rw-r--r--examples/network/secureudpclient/secureudpclient.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/network/secureudpclient/secureudpclient.pro b/examples/network/secureudpclient/secureudpclient.pro
new file mode 100644
index 0000000000..44e4200994
--- /dev/null
+++ b/examples/network/secureudpclient/secureudpclient.pro
@@ -0,0 +1,22 @@
+QT += widgets network
+
+TARGET = secureudpclient
+TEMPLATE = app
+
+SOURCES += \
+ main.cpp \
+ association.cpp \
+ mainwindow.cpp \
+ addressdialog.cpp
+
+HEADERS += \
+ association.h \
+ mainwindow.h \
+ addressdialog.h
+
+FORMS += \
+ mainwindow.ui \
+ addressdialog.ui
+
+target.path = $$[QT_INSTALL_EXAMPLES]/network/secureudpclient
+INSTALLS += target