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

Bridge creates files with semicolons in their names

    XMLWordPrintable

Details

    • All

    Description

      Bridge generates files with semicolons in their names, which is perfectly fine with operating systems naming conventions, but creates issues the moment you start using cmake.
      Cmake treats ";" as a separator character, so file names like FullAnimation (0;00;01;00).png can be interpreted as FullAnimation (0 or as an array of:

      FullAnimation (0
      00
      01
      00).png
      

      So it creates problems with MCU projects and potentially with any other cmake based projects.
      It makes sense to replace ";" with some other character, like "-" or ".".

      Attachments

        Issue Links

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

          Activity

            People

              vikas Vikas Pachdha
              algerman Aleksei German
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes