LINUX.ORG.RU

История изменений

Исправление solovey, (текущая версия) :

$ cat Devices/Devices.pri 
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD

HEADERS += \
    Devices/device.h \
    Devices/extender.h \
    Devices/device_commons.h \
    Devices/controller.h \
    Devices/uartcommunication.h

SOURCES += \
    Devices/device.cpp \
    Devices/extender.cpp \
    Devices/controller.cpp \
    Devices/uartcommunication.cpp

$ cat App.pro | grep include
...
include (Devices/Devices.pri)
...

УМВР, правда под онтопиком. Но разницы быть не должно, по идее...

Исходная версия solovey, :

$ cat Devices/Devices.pri 
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD

HEADERS += \
    Devices/device.h \
    Devices/extender.h \
    Devices/device_commons.h \
    Devices/controller.h \
    Devices/uartcommunication.h

SOURCES += \
    Devices/device.cpp \
    Devices/extender.cpp \
    Devices/controller.cpp \
    Devices/uartcommunication.cpp

$ cat App.pro | grep include
...
include (Devices/Devices.pri)
...

УМВР