Results 1 to 3 of 3

Thread: how to configure qtcreator to use intel compiler ?

  1. #1
    Join Date
    Feb 2009
    Location
    Clermont-Ferrand, France
    Posts
    12
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default how to configure qtcreator to use intel compiler ?

    Hi
    I'm doing some scientific applications
    and i need to use icc instead of gcc

    but i didnt find where i can change this

    thanks

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

    Default Re: how to configure qtcreator to use intel compiler ?

    You need to set a different QMAKESPEC when calling qmake. If you use Unix, you can do that by relinking the $QTDIR/mkspecs/default link to another directory (linux-icc for example). For Windows (Unix too) you can set the QMAKESPEC environment variable to point to the appropriate directory. You can use Creator's "Build Environment" group from the Projects pane to do that.
    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. #3
    Join Date
    Feb 2009
    Location
    Clermont-Ferrand, France
    Posts
    12
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to configure qtcreator to use intel compiler ?

    Thanks for the reply
    I'll give that a try
    I'm on Archlinux btw

Similar Threads

  1. compiling Qt 4.4.3 with intel compiler in windows
    By hammer256 in forum Installation and Deployment
    Replies: 0
    Last Post: 13th February 2009, 22:33
  2. Intel c++ compiler 10 and qt 4.1 opensource
    By brasio in forum Installation and Deployment
    Replies: 4
    Last Post: 22nd August 2008, 13:32
  3. Intel C++ compiler w/ Qt?
    By gfunk in forum Qt Programming
    Replies: 1
    Last Post: 23rd August 2007, 23:11
  4. which compiler for Qt on Intel Mac
    By jcr in forum Installation and Deployment
    Replies: 1
    Last Post: 8th July 2006, 22:32

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.