Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Using the Intel C++ Compiler in Qt Creator
QtWS25 Last Chance

Using the Intel C++ Compiler in Qt Creator

Scheduled Pinned Locked Moved General and Desktop
7 Posts 4 Posters 10.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    Exotic_Devel
    wrote on last edited by
    #1

    How to configure Qt Creator to use ICC?
    Is this the way? "Using Intel® C++ Compiler for MeeGo":http://appdeveloper.intel.com/en-us/article/how-use-intelr-c-compiler-qt-creator

    Agradeço a ajuda senhores

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dialingo
      wrote on last edited by
      #2

      http://www.qtcentre.org/threads/20577-how-to-configure-qtcreator-to-use-intel-compiler?p=100828#post100828

      1 Reply Last reply
      0
      • E Offline
        E Offline
        Exotic_Devel
        wrote on last edited by
        #3

        Looking a little more I found that too

        "Changing Intel® C++ Compiler Options in Qt Creator":http://appdeveloper.intel.com/en-us/article/changing-intelr-c-compiler-options-qt-creator

        I found answers that would be necessary to compile Qt and Qt Creator SDK with the ICC.

        But these solutions of the links that I can not solve?

        1 Reply Last reply
        0
        • E Offline
          E Offline
          Exotic_Devel
          wrote on last edited by
          #4

          So it's not necessary to compile Qt and Qt Creator in icc?

          1 Reply Last reply
          0
          • D Offline
            D Offline
            Duck
            wrote on last edited by
            #5

            What compiler is used to compile Qt Creator itself does not matter at all.

            1 Reply Last reply
            0
            • G Offline
              G Offline
              goetz
              wrote on last edited by
              #6

              [quote author="matheusssilva_BR" date="1310131261"]So it's not necessary to compile Qt and Qt Creator in icc?[/quote]

              Usually you must compile all parts of a C++ application with the same compiler. The only exception are compilers that use the same ABI and name mangling. I don't know if icc and gcc are compatible in that regard

              http://www.catb.org/~esr/faqs/smart-questions.html

              1 Reply Last reply
              0
              • D Offline
                D Offline
                dialingo
                wrote on last edited by
                #7

                bq. So it’s not necessary to compile Qt and Qt Creator in icc?

                It does not matter what compiler was used to build Qt Creator.
                As Volker mentioned, for Qt you must use a binary compatible compiler

                1 Reply Last reply
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved