mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
Add "chinese_conversion_support" key to project for Windows by default
This commit is contained in:
parent
9f32149a30
commit
a67ed65a90
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue