#!/bin/bash ## circular inclusions workaround - we comment that buggy line sed -i 's/include(3rdparty/##temp/g' ../src/src.pro lupdate ../src/src.pro -no-obsolete ## uncomment it now sed -i 's/##temp/include(3rdparty/g' ../src/src.pro read -p "Press [ENTER] to close terminal" exit