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: Unresolved
    • Not Evaluated
    • QDS 4.1
    • QDS 4.0
    • Qt Analytics
    • None

    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

        Activity

          People

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

            Dates

              Created:
              Updated: