This repository has been archived on 2024-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
XF/test-bench/test4/ide-qtcreator-test4-idf/common.pri

11 lines
222 B
Plaintext
Raw Normal View History

2023-09-19 13:59:49 +00:00
PRI_PATH = $$PWD
# Points to 'common' folder containing files common for all tests.
COMMON_PATH = "$${PRI_PATH}/../../common"
INCLUDEPATH += \
"$${COMMON_PATH}"
HEADERS += \
"$${COMMON_PATH}/config/xf-config.h"