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

r65:d4bc0ad7470d dev_alexis
r65:d4bc0ad7470d dev_alexis
Show More
ucswitch.prf
32 lines | 225 B | application/pics-rules | TextLexer
New version totaly integrated to Qt through custom sdk build!...
r47 #
# Microcontroler switch
#
#
contains( TEMPLATE, app ) {
!isEmpty( BSP ) {
include(./boards/$$BSP/bsp.pri)
}
}
More buid system cleaning....
r65 !isEmpty( UCMODEL ) {
include(./$$UCMODEL/cpu.pri)
include(./$$UCMODEL/qmake.conf)
}
New version totaly integrated to Qt through custom sdk build!...
r47