Results 1 to 3 of 3

Thread: problem with QtKinetic

  1. #1
    Join Date
    Jun 2009
    Posts
    25
    Thanks
    1

    Default problem with QtKinetic

    I instaled Qtkinetic and when I was configureing package I choose to use the component by including its source code directly into project. In QTCreator I make new project and in file *.pro i add line:
    include(C:/Qt/qtanimationframework-2.3-opensource/qtanimationframework-2.3-opensource/src/qtanimationframework.pri
    then in qtCreator eppear some files from qtKinetic and everytnig is fine. I make some aplication and i can run it. But when I reebot qtCreator and I try run my project there are few errors:

    Qt Code:
    1. Running build steps for project k2...
    2. Configuration unchanged, skipping QMake step.
    3. Starting: C:/Qt/2009.02/mingw/bin/mingw32-make.exe -w
    4. C:\Qt\2009.02\mingw\bin\mingw32-make.exe: Entering directory `C:/qtprogs/k2'
    5. C:/Qt/2009.02/mingw/bin/mingw32-make.exe -f Makefile.Debug
    6. mingw32-make.exe[1]: Entering directory `C:/qtprogs/k2'
    7. g++ -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_EXPERIMENTAL_SOLUTION -DQT_STATEMACHINE_SOLUTION -DQ_ANIMATION_EXPORT= -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN ../../Qt/qtanimationframework-2.3-opensource/qtanimationframework-2.3-opensource/src/qtpropertyanimation.cpp -o ../../Qt/qtanimationframework-2.3-opensource/qtanimationframework-2.3-opensource/src/QtPropertyAnimation
    8. mingw32-make.exe[1]: Leaving directory `C:/qtprogs/k2'
    9. C:\Qt\2009.02\mingw\bin\mingw32-make.exe: Leaving directory `C:/qtprogs/k2'
    10. In file included from ../../Qt/qtanimationframework-2.3-opensource/qtanimationframework-2.3-opensource/src/qtvariantanimation.h:53,
    11. from ../../Qt/qtanimationframework-2.3-opensource/qtanimationframework-2.3-opensource/src/qtpropertyanimation.h:53,
    12. from ../../Qt/qtanimationframework-2.3-opensource/qtanimationframework-2.3-opensource/src/qtpropertyanimation.cpp:78:
    13. ../../Qt/qtanimationframework-2.3-opensource/qtanimationframework-2.3-opensource/src/qtabstractanimation.h:52:28: QtCore/qobject.h: No such file or directory
    14. In file included from ../../Qt/qtanimationframework-2.3-opensource/qtanimationframework-2.3-opensource/src/qtvariantanimation.h:53,
    15. from ../../Qt/qtanimationframework-2.3-opensource/qtanimationframework-2.3-opensource/src/qtpropertyanimation.h:53,
    16. from ../../Qt/qtanimationframework-2.3-opensource/qtanimationframework-2.3-opensource/src/qtpropertyanimation.cpp:78:
    17. ../../Qt/qtanimationframework-2.3-opensource/qtanimationframework-2.3-opensource/src/qtabstractanimation.h:54: error: `QT_BEGIN_HEADER' does not name a type
    18. ../../Qt/qtanimationframework-2.3-opensource/qtanimationframework-2.3-opensource/src/qtabstractanimation.h:67: error: expected class-name before '{' token
    19. ../../Qt/qtanimationframework-2.3-opensource/qtanimationframework-2.3-opensource/src/qtabstractanimation.h:68: error: `Q_OBJECT' does not name a type
    To copy to clipboard, switch view to plain text mode 

    I thought that the main problem is :
    Qt Code:
    1. QtCore/qobject.h: No such file or directory
    To copy to clipboard, switch view to plain text mode 
    but in C:\Qt\2009.02\qt\include\QtCore there is qobject.h

    There is whole compilation output: http://pastebin.com/m7b4913fd

  2. #2
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,042
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    8
    Thanked 133 Times in 128 Posts

    Default Re: problem with QtKinetic

    i think you have to copy the src folder of the qtanimation into the src folder of the Qt installation. from there you need to configure it...

    dont just do it.. first make a backup of your qt installation... i am not sure.

  3. #3
    Join Date
    Jun 2009
    Posts
    25
    Thanks
    1

    Default Re: problem with QtKinetic

    unfortunately it doesn't help

Similar Threads

  1. Replies: 1
    Last Post: 23rd April 2009, 09:05
  2. Replies: 19
    Last Post: 3rd April 2009, 23:17
  3. Grid Layout Problem
    By Seema Rao in forum Qt Programming
    Replies: 2
    Last Post: 4th May 2006, 12:45
  4. Problem with receiving events from QDateEdit
    By gunhelstr in forum Qt Programming
    Replies: 4
    Last Post: 20th April 2006, 11:21
  5. fftw problem
    By lordy in forum General Programming
    Replies: 1
    Last Post: 16th March 2006, 21:36

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.