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

All the CMakeFile written with "### This file is automatically generated by Qt Design Studio." didn't update automatically, then in Qt Creater it fails.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • None
    • other
    • Qt Creater

    Description

      The CMakefile that should be automatically changed by the Qt DS does't changes at all in a QtCreater project which can be open in Qt DS.

      Though the asstes do in the Qt DS. This problem makes the linkage between Qt Creater and Qt Design Studio became cumbersome, and these needed to be added manually. Also, CMake function such as:

      file(GLOB QML_FILES CONFIGURE_DEPENDS *.qml) 
      file(GLOB FONTSL_FILES CONFIGURE_DEPENDS fonts/*.*)
      file(GLOB IMAGES_FILES CONFIGURE_DEPENDS images/*.*)
      
      qt6_add_qml_module(content
          URI "content"
          VERSION 1.0
          QML_FILES
              ${QML_FILES}
          RESOURCES
              ${FONTSL_FILES}
              ${IMAGES_FILES}
      )
      

      Unable to run.

       

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            epiphany_fall Epiphany Fall
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes