Minor: Use macro for directory of .pro file.
This commit is contained in:
parent
4c8c3ed3c0
commit
6cd14d6559
@ -218,6 +218,7 @@ EXTENDED_VERSION="$${VERSION}-$${GIT_COMMIT}"
|
||||
|
||||
# INCLUDEPATH += plugins
|
||||
INCLUDEPATH += plugins \
|
||||
$${_PRO_FILE_PWD_}/../common/ \
|
||||
$${_PRO_FILE_PWD_}/../common/include
|
||||
|
||||
CONFIG += c++17
|
||||
@ -294,7 +295,11 @@ SOURCES += \
|
||||
worker.cpp \
|
||||
commandline_parser.cpp \
|
||||
work_process_list.cpp \
|
||||
../common/src/utils_internal.cpp
|
||||
$${_PRO_FILE_PWD_}/../common/src/utils_internal.cpp \
|
||||
$${_PRO_FILE_PWD_}/../common/ismas/ApismClient.cpp \
|
||||
$${_PRO_FILE_PWD_}/../common/ismas/ApismTcpClient.cpp \
|
||||
$${_PRO_FILE_PWD_}/../common/ismas/ApismClientForUpdate.cpp
|
||||
|
||||
|
||||
HEADERS += \
|
||||
update.h \
|
||||
@ -319,7 +324,11 @@ HEADERS += \
|
||||
worker.h \
|
||||
commandline_parser.h \
|
||||
work_process_list.h \
|
||||
../common/include/utils_internal.h
|
||||
$${_PRO_FILE_PWD_}/../common/include/utils_internal.h \
|
||||
$${_PRO_FILE_PWD_}/../common/ismas/ApismClient.h \
|
||||
$${_PRO_FILE_PWD_}/../common/ismas/ApismTcpClient.h \
|
||||
$${_PRO_FILE_PWD_}/../common/ismas/ISMASData.h \
|
||||
$${_PRO_FILE_PWD_}/../common/ismas/ApismClientForUpdate.h
|
||||
|
||||
|
||||
OTHER_FILES += \
|
||||
|
Loading…
x
Reference in New Issue
Block a user