Skip to content

Commit 49bad73

Browse files
committed
mention wildcards
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 7c21fe2 commit 49bad73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ APP_SRC_DIR = $$PWD/../../../../src/
22

33
INCLUDEPATH += $$APP_SRC_DIR
44

5+
# Don't use wildcards here, because nmake under Windows cant't handle them
56
HEADERS += \
67
$$PWD/test_htmlentities.h \
78
$$PWD/test_metricsservice.h \
@@ -52,6 +53,7 @@ HEADERS += \
5253
$$APP_SRC_DIR/libraries/qmarkdowntextedit/qownlanguagedata.h \
5354
$$APP_SRC_DIR/threads/scriptthread.h \
5455

56+
# Don't use wildcards here, because nmake under Windows cant't handle them
5557
SOURCES += \
5658
$$PWD/test_htmlentities.cpp \
5759
$$PWD/test_metricsservice.cpp \

0 commit comments

Comments
 (0)