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

qmake adds a file named "*.cpp" to vcproj when there are no such file.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 4.4.3, 5.1.1
    • Build tools: qmake
    • None

      In the package.pri file the sources are included using wildcards like this:

      SOURCES += src/*.cpp \

      If there exist no cpp files qmake will throw a warning:

      WARNING: Failure to find: src*.cpp

      In the generated vcproj there is a file named "*.cpp" which visual studio cannot compile.

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

            jbornema Joerg Bornemann
            engvolds Morten Engvoldsen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes