##// END OF EJS Templates
More buid system cleaning....
More buid system cleaning. Terminal widget almost working. Need to debug 8bit acces on ILI9328.

File last commit:

r63:68dfbccdd813 dev_alexis
r65:d4bc0ad7470d 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