##// END OF EJS Templates
Sync
Sync

File last commit:

r74:0f2d8fe5497f dev_alexis
r99:3b41c9708f77 dev_alexis
Show More
lcdHello.pro
18 lines | 199 B | text/idl | PrologLexer
UCMODEl is now a qmake parameter.
r74 !isEmpty( UCMODEL ) {
contains( UCMODEL, stm32f4 ){
TEMPLATE = app
Finished mid-point circle algorithm for ili9328 controler
r48
UCMODEl is now a qmake parameter.
r74 BSP = STM32F4Eval
New version totaly integrated to Qt through custom sdk build!...
r47
UCMODEl is now a qmake parameter.
r74 DEFINES += CPUFREQ=160000000
Finished mid-point circle algorithm for ili9328 controler
r48
UCMODEl is now a qmake parameter.
r74 SOURCES += \
main.c
New version totaly integrated to Qt through custom sdk build!...
r47
UCMODEl is now a qmake parameter.
r74 }
}
New version totaly integrated to Qt through custom sdk build!...
r47
UCMODEl is now a qmake parameter.
r74