PCRE2: remove a source file from the .pro
pcre2_printint.c does not need to be compliled as a standalone source file, as it's #included from pcre2_compile.c. Apparently qmake does not detect this in all cases, and sometimes tries to compile pcre2_printint.c, resulting in compile errors. Change-Id: If494e5853b52ff1387bfb24f3847b73edcc837b7 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
f71a99c0eb
commit
fc37e03699
|
|
@ -33,7 +33,6 @@ SOURCES += \
|
|||
$$PWD/src/pcre2_newline.c \
|
||||
$$PWD/src/pcre2_ord2utf.c \
|
||||
$$PWD/src/pcre2_pattern_info.c \
|
||||
$$PWD/src/pcre2_printint.c \
|
||||
$$PWD/src/pcre2_serialize.c \
|
||||
$$PWD/src/pcre2_string_utils.c \
|
||||
$$PWD/src/pcre2_study.c \
|
||||
|
|
|
|||
Loading…
Reference in New Issue