##// 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
#
# Microcontroler switch
#
#
contains( TEMPLATE, app ) {
!isEmpty( BSP ) {
include(./boards/$$BSP/bsp.pri)
}
}
!isEmpty( UCMODEL ) {
include(./$$UCMODEL/cpu.pri)
include(./$$UCMODEL/qmake.conf)
}