aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/coap.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-04-29 17:15:14 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-04-30 17:27:43 +0200
commit3ed6e42653c39a8849d2738819225d28c37a8df5 (patch)
tree00a17fbdb3504c1ca000078b78de00bc2d2af612 /src/coap/coap.pro
parent988d0a770f0ffadaf2704f815823c00cf23130ca (diff)
Remove qmake project files
Task-number: QTBUG-88742 Change-Id: I250bae28b177999c821c8aeec6b25c8885c2364a Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
Diffstat (limited to 'src/coap/coap.pro')
-rw-r--r--src/coap/coap.pro55
1 files changed, 0 insertions, 55 deletions
diff --git a/src/coap/coap.pro b/src/coap/coap.pro
deleted file mode 100644
index dbd9e6c..0000000
--- a/src/coap/coap.pro
+++ /dev/null
@@ -1,55 +0,0 @@
-TARGET = QtCoap
-
-QT = core-private
-QT_FOR_PRIVATE = network
-
-QMAKE_DOCS = $$PWD/doc/qtcoap.qdocconf
-
-PUBLIC_HEADERS += \
- qcoapclient.h \
- qcoapglobal.h \
- qcoapmessage.h \
- qcoapnamespace.h \
- qcoapoption.h \
- qcoapreply.h \
- qcoaprequest.h \
- qcoapresource.h \
- qcoapresourcediscoveryreply.h \
- qcoapsecurityconfiguration.h
-
-PRIVATE_HEADERS += \
- qcoapclient_p.h \
- qcoapconnection_p.h \
- qcoapinternalmessage_p.h \
- qcoapinternalreply_p.h \
- qcoapinternalrequest_p.h \
- qcoapmessage_p.h \
- qcoapnamespace_p.h \
- qcoapoption_p.h \
- qcoapprotocol_p.h \
- qcoapqudpconnection_p.h \
- qcoapreply_p.h \
- qcoaprequest_p.h \
- qcoapresource_p.h \
- qcoapresourcediscoveryreply_p.h
-
-SOURCES += \
- qcoapclient.cpp \
- qcoapconnection.cpp \
- qcoapinternalmessage.cpp \
- qcoapinternalreply.cpp \
- qcoapinternalrequest.cpp \
- qcoapmessage.cpp \
- qcoapnamespace.cpp \
- qcoapoption.cpp \
- qcoapprotocol.cpp \
- qcoapqudpconnection.cpp \
- qcoapreply.cpp \
- qcoaprequest.cpp \
- qcoapresource.cpp \
- qcoapresourcediscoveryreply.cpp \
- qcoapsecurityconfiguration.cpp
-
-HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS
-
-load(qt_module)