Skip to content
Snippets Groups Projects
Commit 799b2eb4 authored by Dmitry Gerasimov's avatar Dmitry Gerasimov
Browse files

[*] Fixed for dap-sdk core Qt pri file (removed obsolete stuff)

parent 8108da4c
No related branches found
No related tags found
1 merge request!897hotfix-6925
Pipeline #19178 passed with stage
in 5 minutes and 38 seconds
......@@ -70,9 +70,9 @@ HEADERS += $$PWD/include/dap_common.h \
$$PWD/include/dap_string.h \
$$PWD/include/dap_time.h \
$$PWD/include/dap_tsd.h \
$$PWD/dap_fnmatch.h \
$$PWD/dap_fnmatch_loop.h \
$$PWD/portable_endian.h
$$PWD/include/dap_fnmatch.h \
$$PWD/include/dap_fnmatch_loop.h \
$$PWD/include/portable_endian.h
SOURCES += $$PWD/src/dap_common.c \
$$PWD/src/dap_binary_tree.c \
......@@ -85,8 +85,8 @@ SOURCES += $$PWD/src/dap_common.c \
$$PWD/src/dap_string.c \
$$PWD/src/dap_time.c \
$$PWD/src/dap_tsd.c \
$$PWD/src/dap_fnmatch.c \
$$PWD/src/dap_meta.c
$$PWD/src/dap_fnmatch.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment