forked from qt-creator/qt-creator
As on it, correct the handling of the launcher interface. This still does not work due to wrong call of valgrind-fake. Change-Id: Id835e84eee29720579ac2947906bb95f84377185 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
# 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