mirror of https://github.com/qt/qtcoap.git
Move example folders to the 'coap' subdirectory
Change-Id: Iebded58e8cfd307cd54fc3bdcca3a1002aa21bd4 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
This commit is contained in:
parent
551e79f4be
commit
8b9b59f09f
|
|
@ -0,0 +1,5 @@
|
|||
TEMPLATE = subdirs
|
||||
|
||||
SUBDIRS += \
|
||||
simplecoapclient \
|
||||
consolecoapclient
|
||||
|
|
@ -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
|
||||
|
|
@ -29,5 +29,5 @@ FORMS += \
|
|||
mainwindow.ui \
|
||||
optiondialog.ui
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/simplecoapclient
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/coap/simplecoapclient
|
||||
INSTALLS += target
|
||||
|
|
@ -1,6 +1,2 @@
|
|||
TEMPLATE = subdirs
|
||||
CONFIG += no_docs_target
|
||||
|
||||
SUBDIRS += \
|
||||
simplecoapclient \
|
||||
consolecoapclient
|
||||
SUBDIRS += coap
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ qhp.QtCoap.subprojects.examples.sortPages = true
|
|||
|
||||
headerdirs += ..
|
||||
sourcedirs += ..
|
||||
exampledirs = ../../../examples
|
||||
exampledirs = ../../../examples/coap
|
||||
excludedirs += ../qt4support
|
||||
|
||||
Cpp.ignoretokens += Q_COAP_EXPORT
|
||||
|
|
|
|||
Loading…
Reference in New Issue