Files
qt-creator/tests/auto/valgrind
hjk 3fbbf1c963 Valgrind: Fix wrong connect in auto test
Change-Id: I588cb765fbe09e516b64af962ff5d86efc69f4fb
Reviewed-by: hjk <hjk121@nokiamail.com>
2013-10-28 18:34:45 +01:00
..
2013-04-02 14:20:23 +02:00
2013-10-15 15:40:41 +02:00

# 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/QtProject

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