Revision df2f435c
tools/ide/QtCreator/QtCreatorSetup.sh | ||
---|---|---|
635 | 635 |
# create project files |
636 | 636 |
# generate a file that contains all subdirectories as includes (but ignore hidden and documentation directories) |
637 | 637 |
find $gccincludedir -type d > ${projectdir}/PowerManagement.includes |
638 |
find $(realpath --relative-base=$projectdir $(dirname ${BASH_SOURCE[0]})/../../../Target/Source) -type d | grep -v "ARMCM4_STM32" >> ${projectdir}/PowerManagement.includes
|
|
638 |
find $(realpath --relative-base=$projectdir $(dirname ${BASH_SOURCE[0]})/../../../Target/Source) -type d | grep -v "ARMCM3_STM32" >> ${projectdir}/PowerManagement.includes
|
|
639 | 639 |
find $(realpath --relative-base=$projectdir $(dirname ${BASH_SOURCE[0]})/../../../Target/Modules/PowerManagement_1-1/Boot) -type d | grep -v "bin\|cmd\|ethernetlib\|fatfs\|uip\|obj" >> ${projectdir}/PowerManagement.includes |
640 | 640 |
# generate a file that specifies all files |
641 | 641 |
echo -n "" > ${projectdir}/PowerManagement.files |
Also available in: Unified diff