##// 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:

r63:68dfbccdd813 dev_alexis
r63:68dfbccdd813 dev_alexis
Show More
lib.pro
17 lines | 340 B | text/idl | PrologLexer
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += stm32f4
jeandet@PC-DE-JEANDET.lab-lpp.local
sync
r32 SUBDIRS += common
Added Simulator target to run code on x86 and debug functions....
r63 SUBDIRS += simulator
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18
New version totaly integrated to Qt through custom sdk build!...
r47 headers.files = includes/*.h \
includes/GRAPHIC/CONTROLERS/*.h \
Sync
r57 includes/GRAPHIC/TC_CONTROLERS/*.h \
New version totaly integrated to Qt through custom sdk build!...
r47 includes/GRAPHIC/GUI/FONTS/*.h \
includes/GRAPHIC/GUI/Widgets/*.h
headers.path = $$[QT_INSTALL_HEADERS]
INSTALLS += headers
IIC library for lpc17xx started
r6