forked from qt-creator/qt-creator
7 lines
187 B
Plaintext
7 lines
187 B
Plaintext
|
|
# 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
|