mirror of
https://github.com/steve-chamberlin/mac-rom-simm-programmer.software.git
synced 2024-12-22 08:30:44 +00:00
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:
parent
1fdde6e9d5
commit
20ed6dffdf
@ -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
|
||||
|
@ -2,7 +2,6 @@
|
||||
#define MAINWINDOW_H
|
||||
|
||||
#include <QMainWindow>
|
||||
//#include <qextserialenumerator.h>
|
||||
#include "programmer.h"
|
||||
|
||||
namespace Ui {
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include <QFile>
|
||||
#include <qextserialport.h>
|
||||
#include <qextserialenumerator.h>
|
||||
#include <stdint.h>
|
||||
|
||||
typedef enum StartStatus
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user