Commit e5112a9f authored by Lorenz Meier's avatar Lorenz Meier

Merge pull request #467 from thomasgubler/linux_xbee

add xbee library folder for linux
parents 0284ff67 03f1a090
......@@ -350,7 +350,8 @@ WindowsBuild | LinuxBuild {
}
LinuxBuild {
LIBS += -lxbee
LIBS += -L$$BASEDIR/libs/thirdParty/libxbee/lib \
-lxbee
}
} else {
message(Skipping support for XBee)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment