Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-109410

qmake2cmake does not handle globbing

    XMLWordPrintable

Details

    Description

      Consider a pro file like

      TARGET = CppSandbox
      TEMPLATE = app
      QT += quick
      HEADERS += *.h
      SOURCES += *.cpp
      

      The CMakeLists.txt file generated by qmake2cmake will result in passing *.h and *.cpp verbatim to qt_add_executable, instead of using CMake's globbing support

      Attachments

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

        Activity

          People

            qtbuildsystem Qt Build System Team
            fabiankosmale Fabian Kosmale
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes