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

object_parallel_to_source + linux + qmake

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.5.0
    • Build tools: qmake
    • None
    • qmake 5.5.0 linux Ubuntu

      Hi,
      I have strange QMake warnings

      when I use:

      CONFIG += object_parallel_to_source
      

      I have got a lot of messages only on linux builds:

      "QDir::mkpath: Empty or null file name
      WARNING: Cannot create directory ''
      QDir::mkpath: Empty or null file name
      WARNING: Cannot create directory ''
      QDir::mkpath: Empty or null file name
      WARNING: Cannot create directory ''
      ....
      QDir::mkpath: Empty or null file name
      WARNING: Cannot create directory ''
      QDir::mkpath: Empty or null file name
      WARNING: Cannot create directory ''

      My *.pri files looks like:

      HEADERS += $$PWD/task.h
      SOURCES += $$PWD/task.cpp
      

      Everything else works correctly but tons of warnings masks in console important data (screenshot is attached).

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

            buddenha Oswald Buddenhagen
            Sergii Rybin Sergii
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes