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. Qt5DesignerConfig.cmake gone from Qt 5.6 on Windows?

Qt5DesignerConfig.cmake gone from Qt 5.6 on Windows?

Scheduled Pinned Locked Moved Solved General and Desktop
windows5.6vtkcmake
3 Posts 2 Posters 2.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.
  • J Offline
    J Offline
    jonei
    wrote on last edited by jonei
    #1

    So I wanted to compile VTK 6.3 on Windows 10 with Qt 5.6 and got a message saying Qt5DesignerConfig.cmake is not found. And indeed it seems to be missing from Qt 5.6 on Windows. It is present in Qt 5.6 on Mac and in Qt 5.4 on Windows. There are only a Qt5Designer.dll and a Qt5DesignerComponents.dll in the C:\Qt\Qt5.6.0\Tools\QtCreator\bin folder.

    Does anyone know if this is intentional, and if so, which settings should be used to get around the problem?

    CMake Error at C:/Qt/Qt5.6.0/5.6/winrt_x64_msvc2015/lib/cmake/Qt5/Qt5Config.cmake:26 (find_package):
      Could not find a package configuration file provided by "Qt5Designer" with
      any of the following names:
    
        Qt5DesignerConfig.cmake
        qt5designer-config.cmake
    
      Add the installation prefix of "Qt5Designer" to CMAKE_PREFIX_PATH or set
      "Qt5Designer_DIR" to a directory containing one of the above files.  If
      "Qt5Designer" provides a separate development package or SDK, be sure it
      has been installed.
    Call Stack (most recent call first):
      GUISupport/Qt/CMakeLists.txt:113 (find_package)
    
    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      From what I can see you have installed Qt 5.6 for WinRT, is it really the one you wanted to use ?

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

      J 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi,

        From what I can see you have installed Qt 5.6 for WinRT, is it really the one you wanted to use ?

        J Offline
        J Offline
        jonei
        wrote on last edited by
        #3

        @SGaist
        Thank you very much! The wrong installer was the problem.

        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