9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
INCLUDEPATH += $${PWD}
|
|
DEPENDPATH += $${PWD}
|
|
|
|
SOURCES += \
|
|
$$PWD/MeasureClient.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/MeasureClient.h \
|
|
$$PWD/MeasureServiceProtocol.h |