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. How to use Intel compiler in Qt Creator on Windows machines?

How to use Intel compiler in Qt Creator on Windows machines?

Scheduled Pinned Locked Moved General and Desktop
6 Posts 3 Posters 2.4k Views 4 Watching
  • 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.
  • V Offline
    V Offline
    Vvic
    wrote on last edited by
    #1

    I do not see how to add Intel Compiler to work with it in Qt Creator on Windows! No way?

    As I know Intel compiler was designed to be totally compatible with Visual C (but better). So there should be nothing against using it as simple replacement of Visual C for good.

    And yes, I understand that Qt libs need to be build with Intel Compiler ... but as soon as I do not see the way Intel Compiler can be added to Qt Creator there is no sense to build Qt libs.

    And again ... UNDER WINDOWS!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      HI and welcome to devnet,

      I haven't tried it yet but you probably need to change the mkspec to use win32-icc

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      V 1 Reply Last reply
      0
      • SGaistS SGaist

        HI and welcome to devnet,

        I haven't tried it yet but you probably need to change the mkspec to use win32-icc

        Hope it helps

        V Offline
        V Offline
        Vvic
        wrote on last edited by Vvic
        #3

        @SGaist
        Thanks for response!

        I do not see the connection with the question. It was about Qt Creator ... not about building Qt libs.

        Without ability to add new compiler in Qt Creator I see no way to use Qt libs which were build with this new compiler.

        So is this a real Qt Creator inability to use VisualC-like compiler or I missed something?

        1 Reply Last reply
        0
        • Chris KawaC Offline
          Chris KawaC Offline
          Chris Kawa
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Have you looked at adding custom compilers?

          V 1 Reply Last reply
          0
          • Chris KawaC Chris Kawa

            Have you looked at adding custom compilers?

            V Offline
            V Offline
            Vvic
            wrote on last edited by
            #5

            @Chris-Kawa
            Yep ... but I am not sure how to use it.
            Here I see ability to set folders for h-files. But what about folders for lib-files and exe-tools???
            Very strange interface !

            1 Reply Last reply
            0
            • Chris KawaC Offline
              Chris KawaC Offline
              Chris Kawa
              Lifetime Qt Champion
              wrote on last edited by
              #6

              I don't know ICC that well but I assume that, like other compilers, it uses environment variables for such purposes?
              If so then after adding a compiler you need to add the Qt you compiled with ICC and create a kit.
              When creating a kit you can specify environment variables so I guess you can set stuff like LIBRARY_PATH there. For the accurate names of the variables consult ICC documentation. I don't know it.

              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