Tst_qquickanimations Not Linking
-
I checked out qt5 from git, did ./init_repository, configured with -opensource -confirm-license -developer-build, built the whole thing, installed to /usr/local/Qt-5.0.1 and now I'm trying to run a unit test at
qt5/qtdeclarative/tests/auto/quick/qquickanimations
I generated the makefile doing
/usr/local/Qt-5.0.1/bin/qmake qquickanimations.pro
then gmake and I get 68~ undefined references. All of the references are from libQtQuick.so, and when I nm -C that library, I see that all of the references are there, but with t symbol. All -L flags are, of course, correctly configured.
Any ideas of what could be wrong?