aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-06-12 12:04:33 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-06-12 12:04:33 +0200
commit18c140612f0572b20020d2ae2012d3c036df5196 (patch)
tree63811d014995e666228278eb98ebf1e69b1d67f9 /src
parent05f0b7cb724019557d4b6b03c838896eac766d39 (diff)
parent38c3591badb47bb745cecdb9843d48ac69f4c384 (diff)
Merge remote-tracking branch 'origin/wip/cmake' into dev
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt3
-rw-r--r--src/coap/CMakeLists.txt34
2 files changed, 37 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
new file mode 100644
index 0000000..4a43929
--- /dev/null
+++ b/src/CMakeLists.txt
@@ -0,0 +1,3 @@
+# Generated from src.pro.
+
+add_subdirectory(coap)
diff --git a/src/coap/CMakeLists.txt b/src/coap/CMakeLists.txt
new file mode 100644
index 0000000..30893b3
--- /dev/null
+++ b/src/coap/CMakeLists.txt
@@ -0,0 +1,34 @@
+# Generated from coap.pro.
+
+#####################################################################
+## Coap Module:
+#####################################################################
+
+qt_add_module(Coap
+ SOURCES
+ qcoapclient.cpp qcoapclient.h qcoapclient_p.h
+ qcoapconnection.cpp qcoapconnection_p.h
+ qcoapglobal.h
+ qcoapinternalmessage.cpp qcoapinternalmessage_p.h
+ qcoapinternalreply.cpp qcoapinternalreply_p.h
+ qcoapinternalrequest.cpp qcoapinternalrequest_p.h
+ qcoapmessage.cpp qcoapmessage.h qcoapmessage_p.h
+ qcoapnamespace.cpp qcoapnamespace.h qcoapnamespace_p.h
+ qcoapoption.cpp qcoapoption.h qcoapoption_p.h
+ qcoapprotocol.cpp qcoapprotocol_p.h
+ qcoapqudpconnection.cpp qcoapqudpconnection_p.h
+ qcoapreply.cpp qcoapreply.h qcoapreply_p.h
+ qcoaprequest.cpp qcoaprequest.h qcoaprequest_p.h
+ qcoapresource.cpp qcoapresource.h qcoapresource_p.h
+ qcoapresourcediscoveryreply.cpp qcoapresourcediscoveryreply.h qcoapresourcediscoveryreply_p.h
+ qcoapsecurityconfiguration.cpp qcoapsecurityconfiguration.h
+ LIBRARIES
+ Qt::CorePrivate
+ Qt::Network
+ PUBLIC_LIBRARIES
+ Qt::Core
+)
+qt_add_docs(Coap
+ doc/qtcoap.qdocconf
+)
+