forked from qt-creator/qt-creator
# How to Compile cd qtc-build # go to your build folder of qtc mkdir valgrind-test cd valgrind-test qmake CONFIG+=debug IDE_BUILD_TREE=$(readlink -f ..) ../../path/to/qtc/tests/valgrind
# How to Compile cd qtc-build # go to your build folder of qtc mkdir valgrind-test cd valgrind-test qmake CONFIG+=debug IDE_BUILD_TREE=$(readlink -f ..) ../../path/to/qtc/tests/valgrind