##// END OF EJS Templates
sync
sync

File last commit:

r78:230ad3b6f43f dev_alexis
r93:f5312c7b7bbb dev_alexis
Show More
examples.pro
31 lines | 639 B | text/idl | PrologLexer
TEMPLATE = subdirs
CONFIG += ordered
!isEmpty( UCMODEL ) {
contains( UCMODEL, stm32f4 ){
SUBDIRS += \
QtTest/test.pro \
SOLAR_PSU_HELLO/hello.pro \
SDCARD \
STM32F4IT \
M4StickV2 \
lcdHello \
BeagleSynthHello \
lcdTerminal \
BeagleSynthHelloSupMon \
TEST_CMSIS_FFT \
N25Q128_test \
ssd2119Tests
}
contains( UCMODEL, simulator ){
SUBDIRS += \
TEST_SIMULATOR \
helloWorld
}
}