Qt 6.11 is out! See what's new in the release
blog
Tst_qquickanimations Not Linking
Installation and Deployment
2
Posts
1
Posters
1.1k
Views
1
Watching
-
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?