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. Qt and microsoft visual studio 2015

Qt and microsoft visual studio 2015

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 2.0k 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.
  • K Offline
    K Offline
    Kene_Chukwu
    wrote on 22 Oct 2015, 09:57 last edited by
    #1

    will QT 5.5 creator work with microsoft visual studio 2015 or must i use the visual studio 2013?

    1 Reply Last reply
    0
    • T Offline
      T Offline
      TheBadger
      wrote on 22 Oct 2015, 10:10 last edited by TheBadger
      #2

      @Kene_Chukwu

      will QT 5.5 creator work with microsoft visual studio 2015

      [edit]I just re-read your original question but the word 'creator' in your question is confusing.

      Do you want to know if:
      a) Qt 5.5 (the framework) will work with Visual Studio 2015?
      b) Qt Creator (the IDE) will work with Visual Studio 2015?

      If a)
      It will most probably work, but the only issue is that Qt does not provide pre-built binaries of Visual Studio 2015. If you have to use 2015 then you need to compile the Qt Sources yourself with 2015.

      Otherwise if you do not or can not do that, you should use 2013 instead.

      (I am also waiting for 2015 binaries but not planning to build it myself)

      if b)
      Yes Qt Creator should work, but if you want to use Qt 5.5 also then refer to the above answer. Qt Creator can in most cases be used independent of the compiler used.


      Check out my SpellChecker Plugin for Qt Creator @ https://github.com/CJCombrink/SpellChecker-Plugin

      1 Reply Last reply
      0
      • K Offline
        K Offline
        Kene_Chukwu
        wrote on 22 Oct 2015, 10:15 last edited by
        #3

        alright, cos after i installed the QT5.5, i always get an error message about compilier not
        set in Make... could it be because of the missing Microsoft studio 13?

        T 1 Reply Last reply 22 Oct 2015, 10:49
        0
        • K Kene_Chukwu
          22 Oct 2015, 10:15

          alright, cos after i installed the QT5.5, i always get an error message about compilier not
          set in Make... could it be because of the missing Microsoft studio 13?

          T Offline
          T Offline
          TheBadger
          wrote on 22 Oct 2015, 10:49 last edited by
          #4

          @Kene_Chukwu
          Yes you need to install the correct compiler for the correct Qt version. For Visual Studio you can install the express one, but if you have the msvc 2013 binaries of Qt then you need to install that version of Visual Studio.

          Qt Creator will pick up the compiler in most cases. If it does not you need to make sure that your kits are correctly configured for the different Qt versions and the compilers.

          The following links should be useful to set up the compiler and kit:

          • Adding Compilers
          • Adding Kits

          Check out my SpellChecker Plugin for Qt Creator @ https://github.com/CJCombrink/SpellChecker-Plugin

          1 Reply Last reply
          0

          4/4

          22 Oct 2015, 10:49

          • Login

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