Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Tst_qquickanimations Not Linking
Qt 6.11 is out! See what's new in the release blog

Tst_qquickanimations Not Linking

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 1 Posters 1.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dMaggot
    wrote on last edited by
    #1

    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?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dMaggot
      wrote on last edited by
      #2

      I have to add that I actually reconfigured to be a -developer-build, but apparently I didn't reconfigure well enough. I fixed this by refetching all of the code and configuring it right the first time.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved