Move example folders to the 'coap' subdirectory

Change-Id: Iebded58e8cfd307cd54fc3bdcca3a1002aa21bd4
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
This commit is contained in:
Sona Kurazyan 2019-04-15 10:29:08 +02:00
parent 551e79f4be
commit 8b9b59f09f
20 changed files with 9 additions and 8 deletions

5
examples/coap/coap.pro Normal file
View File

@ -0,0 +1,5 @@
TEMPLATE = subdirs
SUBDIRS += \
simplecoapclient \
consolecoapclient

View File

@ -10,5 +10,5 @@ SOURCES += main.cpp \
coaphandler.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/consolecoapclient
target.path = $$[QT_INSTALL_EXAMPLES]/coap/consolecoapclient
INSTALLS += target

View File

@ -29,5 +29,5 @@ FORMS += \
mainwindow.ui \
optiondialog.ui
target.path = $$[QT_INSTALL_EXAMPLES]/simplecoapclient
target.path = $$[QT_INSTALL_EXAMPLES]/coap/simplecoapclient
INSTALLS += target

View File

@ -1,6 +1,2 @@
TEMPLATE = subdirs
CONFIG += no_docs_target
SUBDIRS += \
simplecoapclient \
consolecoapclient
SUBDIRS += coap

View File

@ -31,7 +31,7 @@ qhp.QtCoap.subprojects.examples.sortPages = true
headerdirs += ..
sourcedirs += ..
exampledirs = ../../../examples
exampledirs = ../../../examples/coap
excludedirs += ../qt4support
Cpp.ignoretokens += Q_COAP_EXPORT