Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-9354

Qt Insight is not added to the CMakeList.txt properly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Not Evaluated
    • QDS 4.1
    • QDS 4.0
    • Qt Analytics
    • None
    • f0b2cc083 (qds/dev)
    • QDS Oulu - 2023 Week 15/16

    Description

      When setting up project in Design Studio for Qt Insight CMakeList.txt is not setup correctly.
      These should be added there:

      find_package(Qt6 REQUIRED COMPONENTS InsightTracker)
      qt_add_resources(${CMAKE_PROJECT_NAME} "configuration"
          ...
          PREFIX "/"
          FILES
          qtinsight.conf
      )
      target_link_libraries(${CMAKE_PROJECT_NAME} PRIVATE
          ...
          Qt${QT_VERSION_MAJOR}::InsightTracker
      )
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            thohartm Thomas Hartmann
            kileppal Kimmo Leppälä
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes