Results 1 to 6 of 6

Thread: Problem and solution about QSA 1.2.0 compilation

  1. #1
    Join Date
    Mar 2006
    Location
    somewhere between France & Germany
    Posts
    34
    Thanks
    1
    Thanked 3 Times in 3 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Cool Problem and solution about QSA 1.2.0 compilation

    It seems that there is a problem in the following file of the QSA 1.2.0 Release:
    tools/designer/editor/conf.cpp on line 155
    settings.beginGroup();

    beginGroup usually takes one parameter.

    In order to get this compile I added path (which is of type QString):
    settings.beginGroup(path);

    Does anyone know where to report this ?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Problem and solution about QSA 1.2.0 compilation

    Quote Originally Posted by Dwarf007
    Does anyone know where to report this ?
    Here: http://www.trolltech.com/developer/tasktracker.html (but first check if it wasn't already reported).

  3. #3
    Join Date
    Jan 2006
    Posts
    132
    Thanked 16 Times in 16 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Problem and solution about QSA 1.2.0 compilation

    Was this inserted in the bugtracker yet, I could not find it?

    I guess the proper fix would be:

    settings.beginGroup(elements[i]);

  4. #4
    Join Date
    Mar 2006
    Location
    somewhere between France & Germany
    Posts
    34
    Thanks
    1
    Thanked 3 Times in 3 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Exclamation Re: Problem and solution about QSA 1.2.0 compilation

    I have added it but couldn't see it neither.
    It should be assigned to issue number #105675
    • The Manual said the program required Win95 or better, so I installed Linux.
    • Newton was a pessimist.
    • no Risk! no FuN!

  5. #5
    Join Date
    Mar 2006
    Location
    somewhere between France & Germany
    Posts
    34
    Thanks
    1
    Thanked 3 Times in 3 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Problem and solution about QSA 1.2.0 compilation

    I just got a response from Trolltech:

    The conf.cpp file is never used by QSA so we will get it removed from
    the package, so you don't need to make modifications to this file. Did
    QSA not build for you when installing it?
    • The Manual said the program required Win95 or better, so I installed Linux.
    • Newton was a pessimist.
    • no Risk! no FuN!

  6. #6
    Join Date
    Jan 2006
    Posts
    132
    Thanked 16 Times in 16 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Problem and solution about QSA 1.2.0 compilation

    Now that explains why nmake didn't compile anything after changing the file.

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.