Commit 24ba39cf authored by Don Gagne's avatar Don Gagne

Fixed up some XBee stuff for building

parent fcfb392e
...@@ -52,6 +52,7 @@ user_config.pri ...@@ -52,6 +52,7 @@ user_config.pri
thirdParty/qserialport-build-desktop/ thirdParty/qserialport-build-desktop/
thirdParty/qserialport/bin/ thirdParty/qserialport/bin/
thirdParty/qserialport/lib/ thirdParty/qserialport/lib/
libs/thirdParty/libxbee/lib/
GeneratedFiles/ GeneratedFiles/
*.autosave *.autosave
......
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
#include <QTimer> #include <QTimer>
#include <QShowEvent> #include <QShowEvent>
#include <QHideEvent> #include <QHideEvent>
#include<QtGui\qcombobox.h> #include <QComboBox>
#include<QtGui\qlabel.h> #include <QLabel>
#include<QtGui\qlayout.h> #include <QLayout>
#include <LinkInterface.h> #include <LinkInterface.h>
#include"XbeeLinkInterface.h" #include"XbeeLinkInterface.h"
#include "../comm/HexSpinBox.h" #include "../comm/HexSpinBox.h"
......
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