We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c21fe2 commit 49bad73Copy full SHA for 49bad73
tests/unit_tests/testcases/app/app-tests.pri
@@ -2,6 +2,7 @@ APP_SRC_DIR = $$PWD/../../../../src/
2
3
INCLUDEPATH += $$APP_SRC_DIR
4
5
+# Don't use wildcards here, because nmake under Windows cant't handle them
6
HEADERS += \
7
$$PWD/test_htmlentities.h \
8
$$PWD/test_metricsservice.h \
@@ -52,6 +53,7 @@ HEADERS += \
52
53
$$APP_SRC_DIR/libraries/qmarkdowntextedit/qownlanguagedata.h \
54
$$APP_SRC_DIR/threads/scriptthread.h \
55
56
57
SOURCES += \
58
$$PWD/test_htmlentities.cpp \
59
$$PWD/test_metricsservice.cpp \
0 commit comments