Results 1 to 1 of 1

Thread: Building Qt Kinetic (latest snapshot) with Qt SDK 2009.2

  1. #1
    Join Date
    Apr 2009
    Posts
    2
    Qt products
    Qt4
    Platforms
    Windows

    Question Building Qt Kinetic (latest snapshot) with Qt SDK 2009.2

    Hello,

    I've cloned git://gitorious.org/+qt-kinetic-developers/qt/kinetic.git
    and want to build it on Windows Vista x64 with existing installation of Qt SDK 2009.2 Open Source edition, to try out Declarative UI and Animation Framework. Is this possible?

    The SDK is installed in the "C:\Qt\2009.02" directory. And the repository clone is located in the "C:\Qt\kinetic" directory.

    Following this post:
    http://gauravparihar82.blogspot.com/...indows-xp.html

    I have set up these environment variables:
    LIB=%LIB%C:\Qt\2009.02\mingw\lib;C:\Qt\kinetic\lib
    INCLUDE=%INCLUDE%:C:\Qt\2009.02\mingw\include;C:\Q t\kinetic\include
    PATH=C:\Qt\2009.02\qt\bin;C:\Qt\2009.02\mingw\bin; C:\Qt\2009.02\mingw\lib

    But configure -platform win32-g++ fails. With too many "file not found" errors, while the files are actually there.

    Anyone knows why this can be, or maybe can provide a link to a more thorough tutorial?
    Last edited by vitalyx; 4th June 2009 at 19:46. Reason: title was misleading

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.