Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-109423

qttools DesignerComponentsPrivate headers are not synced

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1: Critical P1: Critical
    • 6.5.0
    • 6.5.0 Beta1
    • Build System: CMake
    • None
    • 884474c82 (dev), e9dd83321 (6.5)

      Trying to link to DesignerComponentsPrivate in a no-prefix build leads to

      CMake Error in CMakeLists.txt:
        Imported target "Qt6::DesignerComponentsPrivate" includes non-existent path
      
          "/Volumes/T3/Dev/qt/builds/dev-mac/qtbase/include/QtDesignerComponents/6.5.0"
      
        in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:
      
        * The path was deleted, renamed, or moved to another location.
      
        * An install or uninstall procedure did not complete successfully.
      
        * The installation package was faulty and references files it does not
        provide.
      
      cmake_minimum_required(VERSION 3.5)
      project(proj VERSION 0.1 LANGUAGES CXX)
      find_package(Qt6 REQUIRED COMPONENTS DesignerComponentsPrivate)
      add_executable(foo main.cpp)
      target_link_libraries(foo PRIVATE Qt6::DesignerComponentsPrivate)
      

        For Gerrit Dashboard: QTBUG-109423
        # Subject Branch Project Status CR V

            qtbuildsystem Qt Build System Team
            alexandru.croitor Alexandru Croitor
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes