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

qmake, Filename globbing problem

XMLWordPrintable

      if you have the following pro-file:

      TEMPLATE = app
      TARGET =
      DEPENDPATH += .
      INCLUDEPATH += .

      1. Input
        SOURCES += *.cc
        SOURCES += *.cpp

      and you don't have any cpp files in that directory qmake will warn when you run it but the resulting Makefile will be invalid.

      This should either be an error instead of a warning,
      or (preferably) it should simply ignore this and not put anything concerning "*.cpp" into the Makefile.

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

            stormols Marius Storm-Olsen
            rve Anders Bakken
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes