Results 1 to 3 of 3

Thread: Qt rebuilding and source change

  1. #1
    Join Date
    Aug 2007
    Posts
    11
    Qt products
    Qt3
    Platforms
    Windows

    Question Qt rebuilding and source change

    Hi all,

    I have hit a bug in Qt 3.3.8 and one of the suggestions from Trolltech is to make a particular change in one of the source files. So if I do that, how do I rebuild Qt to incorporate that change?

    Cheers,
    Jim
    Cheers,

    Jim

  2. #2
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Thanks
    8
    Thanked 541 Times in 521 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt rebuilding and source change

    Depends on what platform you are, but generally you have to run configure(or configure.exe) with the appropriate parameters.

    For example, you might want to build the debug libs too, or add some optional plugins.

    Anyway, everything is in the configure documentation( type configure /? on win or configure --help on linux).

    After you successfully configure it, you have to run make to compile it and then make install to install it, but be careful what dest dirs you choose during configure.

    Regards

  3. #3
    Join Date
    Aug 2007
    Posts
    11
    Qt products
    Qt3
    Platforms
    Windows

    Default Re: Qt rebuilding and source change

    Thanks, Marcel.

    I have just set to c:\qt\3.3.8 and run nmake. If I have run the full install from the qt-win-commercial-3.3.8.exe, would that have saved my desired configuration parameters?

    Actually, I think I can answer my own question since I had specified to build the odbc driver in the last configuration and that seems to have happened correctly in the make.

    Cheers,
    Jim
    Cheers,

    Jim

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.