Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How to include the Qpropertyanimation in my .pro file
Qt 6.11 is out! See what's new in the release blog

How to include the Qpropertyanimation in my .pro file

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 2 Posters 3.6k 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.
  • ? This user is from outside of this forum
    ? This user is from outside of this forum
    Guest
    wrote on last edited by
    #1

    Hi to all,

          i am using qpropertyanimation and qparallelanimationgroup in project. i want to cross compile my project. while cross compiling am getting the following error 
    

    @ mainwindow.cpp:11:35: error: QParallelAnimationGroup: No such file or directory
    | mainwindow.cpp:12:30: error: QPropertyAnimation: No such file or directory
    @

    pls note that am getting this error while cross compiling only. it is running in my pc

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      please check this:

      QT += sql gui core

      like this there must be a property called animation, if its not then we will search for another solution...

      1 Reply Last reply
      0
      • ? This user is from outside of this forum
        ? This user is from outside of this forum
        Guest
        wrote on last edited by
        #3

        as u said i tried that but i did not get any property for that. can you tell me the exact property

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mlong
          wrote on last edited by
          #4

          You are building your cross-compiled version against Qt >= 4.6?

          Software Engineer
          My views and opinions do not necessarily reflect those of anyone -- living or dead, real or fictional -- in this universe or any other similar multiverse node. Void where prohibited. Your mileage may vary. Caveat emptor.

          1 Reply Last reply
          0
          • ? This user is from outside of this forum
            ? This user is from outside of this forum
            Guest
            wrote on last edited by
            #5

            yes miong u r right. I am using qt 4.7

            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