Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
04ce2f50
Commit
04ce2f50
authored
Aug 08, 2017
by
Beat Küng
Browse files
add qmqtt submodule
parent
4c5b0e6b
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitmodules
View file @
04ce2f50
...
...
@@ -7,3 +7,6 @@
[submodule "libs/thirdParty/tiny-AES128-C"]
path = libs/thirdParty/tiny-AES128-C
url = https://github.com/bkueng/tiny-AES128-C.git
[submodule "libs/thirdParty/qmqtt"]
path = libs/thirdParty/qmqtt
url = https://github.com/emqtt/qmqtt.git
qmqtt
@
2e5c64ed
Subproject commit 2e5c64ed4ab1771f8d9c9e508672f1468803a112
qgroundcontrol.pro
View file @
04ce2f50
...
...
@@ -131,6 +131,10 @@ WindowsBuild {
QMAKE_TARGET_PRODUCT
=
"$${QGC_APP_NAME}"
}
include
(
$$
PWD
/
libs
/
thirdParty
/
qmqtt
/
src
/
mqtt
/
mqtt
.
pri
)
HEADERS
+=
$$
PUBLIC_HEADERS
$$
PRIVATE_HEADERS
#
#
Plugin
configuration
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment