##// END OF EJS Templates
Protocol tested with STM32EVAL on correct packets.
Protocol tested with STM32EVAL on correct packets.

File last commit:

r2:0537883b23fe default
r4:beada13e4e26 tip default
Show More
Uprobe.pro
36 lines | 826 B | text/idl | PrologLexer
#-------------------------------------------------
#
# Project created by QtCreator 2014-04-24T18:30:27
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = Uprobe
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
src/uprobe.cpp \
src/uprobeprotocol.cpp \
src/ucomport.cpp
########## LPP Serial Port stuff ######################
win32:SOURCES += src/lppserial/src/RS232_win.c
unix:SOURCES += src/lppserial/src/RS232_unix.c
debug:DEFINES+=RS232_debug
#######################################################
INCLUDEPATH += src \
src/lppserial/src
HEADERS += mainwindow.h \
src/uprobe.h \
src/lppserial/src/RS232.h \
src/uprobeprotocol.h \
src/ucomport.h
FORMS += mainwindow.ui