Add "chinese_conversion_support" key to project for Windows by default

This commit is contained in:
Abs62 2015-10-26 21:21:14 +03:00
parent 9f32149a30
commit a67ed65a90

View file

@ -97,6 +97,9 @@ win32 {
gcc48:QMAKE_CXXFLAGS += -Wno-unused-local-typedefs
CONFIG += zim_support
!CONFIG( no_chinese_conversion_support ) {
CONFIG += chinese_conversion_support
}
}
unix:!mac {