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
thirdParty/qserialport-build-desktop/
thirdParty/qserialport/bin/
thirdParty/qserialport/lib/
libs/thirdParty/libxbee/lib/
GeneratedFiles/
*.autosave
......
......@@ -7,9 +7,9 @@
#include <QTimer>
#include <QShowEvent>
#include <QHideEvent>
#include<QtGui\qcombobox.h>
#include<QtGui\qlabel.h>
#include<QtGui\qlayout.h>
#include <QComboBox>
#include <QLabel>
#include <QLayout>
#include <LinkInterface.h>
#include"XbeeLinkInterface.h"
#include "../comm/HexSpinBox.h"
......@@ -62,4 +62,4 @@ signals:
};
#endif //_XBEECONFIGURATIONWINDOW_H_
\ No newline at end of file
#endif //_XBEECONFIGURATIONWINDOW_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