Don't compile pcre2 if we will use the system library
Change-Id: I99ab0f318b1c43b89888fffd160b4923a06c4585 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
f0ea852d4d
commit
8f7e21bc50
@ -158,7 +158,7 @@ src_android.subdir = $$PWD/android
|
||||
}
|
||||
}
|
||||
SUBDIRS += src_tools_bootstrap src_tools_moc src_tools_rcc src_tools_tracegen
|
||||
qtConfig(regularexpression):pcre2 {
|
||||
qtConfig(regularexpression):!qtConfig(system-pcre2):pcre2 {
|
||||
SUBDIRS += src_3rdparty_pcre2
|
||||
src_corelib.depends += src_3rdparty_pcre2
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user