summaryrefslogtreecommitdiff
path: root/tests/auto/valgrind/README
blob: 60c1dca11e449858ae29b9a5cfd85ee4714eebd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# HOWTO COMPILE

 # go to your build folder of Qt Creator
cd /path/to/qtc-build

# create and enter build directory for valgrind tests
mkdir valgrind-test
cd valgrind-test

# make library paths known to ldconfig
export LD_LIBRARY_PATH=/path/to/qtc-build/lib/qtcreator:/path/to/qtc-build/lib/qtcreator/plugins

# run qmake, make
qmake CONFIG+=debug IDE_BUILD_TREE=$(readlink -f ..) ../../path/to/qtc/tests/auto/valgrind
make