Results 1 to 3 of 3

Thread: what gcc qt4.8.1 uses ??

  1. #1
    Join Date
    Jun 2012
    Posts
    173
    Thanks
    48
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default what gcc qt4.8.1 uses ??

    does the qt uses the gcc version in the system, or its has its own version ??

    also how can i know which OpenMp API the qt4.8.1 uses ?? is it installed with it ?? i Use qt creator 2.4.1.
    or
    how can i know what version of OpenMP it uses, i insert some OpenMP pragma and it compiles and runs fine.
    I just want to know what version it is and how can i make qt points to other version.

    I would appreciated any inlighting in these matters. or place to look into.

    Thank you

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: what gcc qt4.8.1 uses ??

    Qt uses whatever is in the PATH or whatever is set in Qt Creator.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


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

    jesse_mark (18th January 2013)

  4. #3
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: what gcc qt4.8.1 uses ??

    also how can i know which OpenMp API the qt4.8.1 uses ?? is it installed with it ?? i Use qt creator 2.4.1.
    or how can i know what version of OpenMP it uses, i insert some OpenMP pragma and it compiles and runs fine.
    I just want to know what version it is and how can i make qt points to other version.
    The Qt library does not use or include OpenMP.

    Your project can include and use OpenMP. It's up to you to tell your project how to find and link the library and its associated files.
    See Declaring Other Libraries in the QMake manual, or the equivalent in the manual of any other build system you are using.

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.