Updated to assume that my version of qextserialport is checked out next

to it. I'll try to make it automatically check everything out later.

Also fixed a compile problem I forgot to commit on Linux
(needed stdint.h)
This commit is contained in:
Doug Brown 2012-05-19 17:29:20 -07:00
parent 1fdde6e9d5
commit 20ed6dffdf
3 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,6 @@ HEADERS += mainwindow.h \
FORMS += mainwindow.ui
include(../qextserialport/src/qextserialport.pri)
include(../doug-qextserialport-linuxnotifications/src/qextserialport.pri)
QMAKE_CXXFLAGS_RELEASE += -DQT_NO_DEBUG_OUTPUT

View File

@ -2,7 +2,6 @@
#define MAINWINDOW_H
#include <QMainWindow>
//#include <qextserialenumerator.h>
#include "programmer.h"
namespace Ui {

View File

@ -5,6 +5,7 @@
#include <QFile>
#include <qextserialport.h>
#include <qextserialenumerator.h>
#include <stdint.h>
typedef enum StartStatus
{