Complete 'disable the rules by default' for other platforms.
This commit is contained in:
parent
4f256ef314
commit
c9ee19c654
|
@ -1,8 +1,3 @@
|
|||
# On non-Windows, if the variable HAVE_RULES is empty, default to using PCRE and enabling rules
|
||||
!win32:isEmpty(HAVE_RULES) {
|
||||
CONFIG += use_pcre_rules
|
||||
}
|
||||
|
||||
# If HAVE_RULES=yes is passed to qmake, use PCRE and enable rules
|
||||
contains(HAVE_RULES, [yY][eE][sS]) {
|
||||
CONFIG += use_pcre_rules
|
||||
|
|
Loading…
Reference in New Issue