Skip to content

Commit 5f6c91a

Browse files
committed
#3230 test: add missing includes
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 854a3ab commit 5f6c91a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit_tests/testcases/app/app-tests.pri

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ HEADERS += \
3636
$$APP_SRC_DIR/helpers/htmlentities.h \
3737
$$APP_SRC_DIR/helpers/clientproxy.h \
3838
$$APP_SRC_DIR/helpers/codetohtmlconverter.h \
39+
$$APP_SRC_DIR/helpers/nomenuiconstyle.h \
3940
$$APP_SRC_DIR/libraries/diff_match_patch/diff_match_patch.h \
4041
$$APP_SRC_DIR/libraries/md4c/src/md4c.h \
4142
$$APP_SRC_DIR/libraries/md4c/src/md4c-html.h \
@@ -78,6 +79,7 @@ SOURCES += \
7879
$$APP_SRC_DIR/helpers/htmlentities.cpp \
7980
$$APP_SRC_DIR/helpers/clientproxy.cpp \
8081
$$APP_SRC_DIR/helpers/codetohtmlconverter.cpp \
82+
$$APP_SRC_DIR/helpers/nomenuiconstyle.cpp \
8183
$$APP_SRC_DIR/libraries/diff_match_patch/diff_match_patch.cpp \
8284
$$APP_SRC_DIR/libraries/md4c/src/md4c.c \
8385
$$APP_SRC_DIR/libraries/md4c/src/md4c-html.c \

0 commit comments

Comments
 (0)