Revision 330feaa3 tools/ide/QtCreator/QtCreatorSetup.sh
| tools/ide/QtCreator/QtCreatorSetup.sh | ||
|---|---|---|
| 583 | 583 | 
    elif [[ "$line" =~ ^Compiling[[:blank:]].+\..+$ ]]; then  | 
| 584 | 584 | 
    printf "."  | 
| 585 | 585 | 
              sourcefile=${line##* }
   | 
| 586 | 
              capture_state="WAIT_FOR_COMPILERCALL"
   | 
|
| 586 | 
              parse_state="WAIT_FOR_COMPILERCALL"
   | 
|
| 587 | 587 | 
    fi;;  | 
| 588 | 588 | 
    WAIT_FOR_COMPILERCALL)  | 
| 589 | 589 | 
    # wait for the actual call of the compiler to retrieve the full path to the source file  | 
| ... | ... | |
| 592 | 592 | 
              sourcefile=${line##* }
   | 
| 593 | 593 | 
              sourcefile=$(realpath ${amiroosrootdir}/modules/${module}/${line##* })
   | 
| 594 | 594 | 
              sourcefiles[${#sourcefiles[@]}]="$sourcefile"
   | 
| 595 | 
              capture_state="WAIT_FOR_INCLUDE_OR_COMPILING"
   | 
|
| 595 | 
              parse_state="WAIT_FOR_INCLUDE_OR_COMPILE"
   | 
|
| 596 | 596 | 
    fi;;  | 
| 597 | 597 | 
    esac  | 
| 598 | 598 | 
    done  | 
Also available in: Unified diff