##// END OF EJS Templates
Added Simulator target to run code on x86 and debug functions....
Added Simulator target to run code on x86 and debug functions. Fixed some bugs on terminal widget.

File last commit:

r47:7126c4937e8d dev_alexis
r63:68dfbccdd813 dev_alexis
Show More
qmake.conf
26 lines | 273 B | text/plain | TextLexer
#
# qmake configuration for stm32f4
#
#
MAKEFILE_GENERATOR = UNIX
TARGET_PLATFORM = unix
TEMPLATE = app
CONFIG += ucswitch libuc2 warn_on release incremental link_prl
QT +=
QMAKE_INCREMENTAL_STYLE = sublib
include(../common/linux.conf)
load(qt_config)