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. Could not compile QtChats on Windows

Could not compile QtChats on Windows

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 707 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
    euchkatzl
    wrote on last edited by
    #1

    Hi,
    i have dowloaded QtCharts module and want to compile it on my own.
    On OS X everything works as expected but not on windows. I always get the compiler error "Undefined Interface".
    The includes are also marked as "not found" (see Screenshot).

    Is there anything that i have to take care of when compiling on windows or has anybody got the same problem ?

    My Windows Machine has the following setup:
    Windows 7
    Visual Studio 2015
    Qt 5.6 (VS2015 , 32 bit)

    1 Reply Last reply
    0
    • VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by VRonin
      #2

      I'm running it on VS2013 nad Qt 5.5 but if it can help this is the script I use to build it:

      pushd C:\
      CALL "C:/Qt/5.5/msvc2013/bin/qtenv2.bat"
      CALL "C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/vcvarsall.bat"
      popd
      echo on
      qmake CONFIG+=debug_and_release
      nmake debug
      nmake release
      nmake install
      

      Of course you'll have to adjust the "C:/Program Files (x86)/Microsoft Visual Studio 12.0" part and the "C:/Qt/5.5/msvc2013" part but it should do the trick.

      Run those commands from the root directory of the repository (the one where .gitignore is)

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      1 Reply Last reply
      0
      • G Offline
        G Offline
        Gerd
        wrote on last edited by
        #3

        Look here:
        http://forum.qt.io/topic/65884/failed-to-build-qtcharts-with-qt-5-6-0-msvc2012/2

        Regards
        Gerd

        1 Reply Last reply
        1

        • Login

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