Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Solved Qt5DesignerConfig.cmake gone from Qt 5.6 on Windows?

    General and Desktop
    windows 5.6 vtk cmake
    2
    3
    2204
    Loading More Posts
    • 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
      jonei last edited by jonei

      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 Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        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 Reply Quote 1
        • J
          jonei @SGaist last edited by

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

          1 Reply Last reply Reply Quote 0
          • First post
            Last post