2011-04-04 14:39:28 +02:00
|
|
|
# HOWTO COMPILE
|
2011-03-04 12:15:18 +01:00
|
|
|
|
2011-04-04 14:39:28 +02:00
|
|
|
# go to your build folder of Qt Creator
|
|
|
|
|
cd /path/to/qtc-build
|
|
|
|
|
|
|
|
|
|
# create and enter build directory for valgrind tests
|
2011-03-04 12:15:18 +01:00
|
|
|
mkdir valgrind-test
|
|
|
|
|
cd valgrind-test
|
2011-04-04 14:39:28 +02:00
|
|
|
|
|
|
|
|
# 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
|
2011-03-04 12:15:18 +01:00
|
|
|
qmake CONFIG+=debug IDE_BUILD_TREE=$(readlink -f ..) ../../path/to/qtc/tests/valgrind
|
2011-04-04 14:39:28 +02:00
|
|
|
make
|