Results 1 to 3 of 3

Thread: Sdk

  1. #1
    Join Date
    Apr 2009
    Posts
    206
    Thanks
    34
    Thanked 2 Times in 2 Posts

    Default Sdk

    Hello friends,

    until now I compile everytime my Qt src by myself. Is the downloadable sdk complete with every lib or do I compile additional libs like odbc support or webkit or mng support my myself. I don´t like to compile qt anymore..

  2. #2
    Join Date
    Mar 2007
    Location
    Germany
    Posts
    229
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    2
    Thanked 29 Times in 28 Posts

    Default Re: Sdk

    For testing QtCreator I installed the SDK 2009.2. The file F:\Qt\2009.02\qt\configure.cache says Qt was configured with:
    -debug-and-release
    -confirm-license
    -plugin-sql-sqlite
    -plugin-sql-odbc
    -qt-libpng
    -qt-libjpeg
    -openssl
    -opensource
    -no-incredibuild-xge

    So everything you mentioned is included .

  3. The following user says thank you to Boron for this useful post:

    codeman (29th June 2009)

  4. #3
    Join Date
    Apr 2009
    Posts
    206
    Thanks
    34
    Thanked 2 Times in 2 Posts

    Default Re: Sdk

    Ok,

    before I get error on compiling qt 452 I use this line:
    Qt Code:
    1. configure.exe -debug-and-release -platform win32-g++ -qt-sql-odbc -qt-sql-sqlite -qt-gif -qt-libpng -qt-libtiff -qt-libmng -qt-libjpeg -no-qt3support -exceptions -stl -qt-zlib -no-phonon -no-phonon-backend -webkit
    To copy to clipboard, switch view to plain text mode 

    but now the qt452 is not compilable.It is tedious that I compile two or three releases without problems and than I get some errors and must search for the errors.I can't be bothered anymore ........

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.