Skip to content

Commit

Permalink
#3230 test: add missing includes
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
  • Loading branch information
pbek committed Feb 12, 2025
1 parent 854a3ab commit 5f6c91a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit_tests/testcases/app/app-tests.pri
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ HEADERS += \
$$APP_SRC_DIR/helpers/htmlentities.h \
$$APP_SRC_DIR/helpers/clientproxy.h \
$$APP_SRC_DIR/helpers/codetohtmlconverter.h \
$$APP_SRC_DIR/helpers/nomenuiconstyle.h \
$$APP_SRC_DIR/libraries/diff_match_patch/diff_match_patch.h \
$$APP_SRC_DIR/libraries/md4c/src/md4c.h \
$$APP_SRC_DIR/libraries/md4c/src/md4c-html.h \
Expand Down Expand Up @@ -78,6 +79,7 @@ SOURCES += \
$$APP_SRC_DIR/helpers/htmlentities.cpp \
$$APP_SRC_DIR/helpers/clientproxy.cpp \
$$APP_SRC_DIR/helpers/codetohtmlconverter.cpp \
$$APP_SRC_DIR/helpers/nomenuiconstyle.cpp \
$$APP_SRC_DIR/libraries/diff_match_patch/diff_match_patch.cpp \
$$APP_SRC_DIR/libraries/md4c/src/md4c.c \
$$APP_SRC_DIR/libraries/md4c/src/md4c-html.c \
Expand Down

0 comments on commit 5f6c91a

Please sign in to comment.