mac-rom-simm-programmer.sof.../ROMSIMMFlasher.pro
Doug Brown 20ed6dffdf 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)
2012-05-19 17:29:20 -07:00

25 lines
481 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2011-12-14T20:57:35
#
#-------------------------------------------------
QT += core gui
TARGET = ROMSIMMFlasher
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
programmer.cpp
HEADERS += mainwindow.h \
programmer.h
FORMS += mainwindow.ui
include(../doug-qextserialport-linuxnotifications/src/qextserialport.pri)
QMAKE_CXXFLAGS_RELEASE += -DQT_NO_DEBUG_OUTPUT