c++ - Why is the Analyze menu disabled in QtCreator -
i'm trying analyse (valgrind) program on linux using qtcreator. menu in qt creator disabled.
i have opensuse 13.1. linux on 64bit. tried far:
- i've checked plugins dialogue , valgrind plugin greyed out, selected.
- i've checked installation directory , plugin there.
- valgrind installed (valgrind --version -> valgrind-3.8.1)
- valgrind works (valgrind --tool=callgrind ./myprog)
- i tried stock version of qtcreator (2.8.1) , newer installation in ~/bin/qt.. (3.4.0)
- i tried qmake , cmake project.
- i tried re-enable qtquick plugins. made menu work , analyse icon on left appeared, still no valgrind support.
can help?
you might need enable devices->remotelinux plugin well.
Comments
Post a Comment