Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-29879

New QML_FILES entry added for each QML file added to project

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 11.0.1
    • None

      When adding a new QML file via New File > Qt > QML File, a new QML_FILES entry is added for each file, rather than adding each new file on its own line.

      Actual behaviour:

      qt_add_qml_module(appscheduler
          URI scheduler
          VERSION 1.0
          QML_FILES Main.qml
          QML_FILES SchedulesView.qml
          QML_FILES ScheduleView.qml
      )
      

      Expected behaviour:

      qt_add_qml_module(appscheduler
          URI scheduler
          VERSION 1.0
          QML_FILES
              Main.qml
              SchedulesView.qml
              ScheduleView.qml
      )
      

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

            cadam Cristian Adam
            mitch_curtis Mitch Curtis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes