forked from qt-creator/qt-creator
Change-Id: I13dfc18d1b283af610edba4f40515aef01001d92 Reviewed-on: http://codereview.qt.nokia.com/2781 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Bill King <bill.king@nokia.com>
# 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/Nokia # run qmake, make qmake CONFIG+=debug IDE_BUILD_TREE=$(readlink -f ..) ../../path/to/qtc/tests/valgrind make