qt5base-lts/tests/baselineserver/shared/baselineprotocol.pri
Oswald Buddenhagen 599a58170d remove obsolete DEPENDPATH assignments
qmake now add CONFIG+=depend_includepath by default, making manual
DEPENDPATH setup unnecessary.

Change-Id: Ie57cf05c369e21b5b9e099b6ce9be4f75da1508f
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
2012-12-17 14:08:17 +01:00

11 lines
160 B
Plaintext

INCLUDEPATH += $$PWD
QT *= network
SOURCES += \
$$PWD/baselineprotocol.cpp \
$$PWD/lookup3.cpp
HEADERS += \
$$PWD/baselineprotocol.h