599a58170d
qmake now add CONFIG+=depend_includepath by default, making manual DEPENDPATH setup unnecessary. Change-Id: Ie57cf05c369e21b5b9e099b6ce9be4f75da1508f Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
11 lines
160 B
Plaintext
11 lines
160 B
Plaintext
INCLUDEPATH += $$PWD
|
|
|
|
QT *= network
|
|
|
|
SOURCES += \
|
|
$$PWD/baselineprotocol.cpp \
|
|
$$PWD/lookup3.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/baselineprotocol.h
|