Complete 'disable the rules by default' for other platforms.

This commit is contained in:
Edoardo Prezioso 2011-10-19 15:14:39 +02:00
parent 4f256ef314
commit c9ee19c654
1 changed files with 0 additions and 5 deletions

View File

@ -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