windows: always define UNICODE
This commit is contained in:
parent
c84b61a6d8
commit
84c0098f23
@ -13,9 +13,6 @@ DEFINES += USING_WEBENGINE
|
|||||||
QT += xml printsupport
|
QT += xml printsupport
|
||||||
|
|
||||||
DEFINES += BUILDING_RECOLL
|
DEFINES += BUILDING_RECOLL
|
||||||
DEFINES -= UNICODE
|
|
||||||
DEFINES -= _UNICODE
|
|
||||||
DEFINES += _MBCS
|
|
||||||
DEFINES += PSAPI_VERSION=1
|
DEFINES += PSAPI_VERSION=1
|
||||||
DEFINES += __WIN32__
|
DEFINES += __WIN32__
|
||||||
|
|
||||||
@ -110,6 +107,7 @@ INCLUDEPATH += ../common ../index ../internfile ../query ../unac \
|
|||||||
../utils ../aspell ../rcldb ../qtgui ../xaposix \
|
../utils ../aspell ../rcldb ../qtgui ../xaposix \
|
||||||
confgui widgets
|
confgui widgets
|
||||||
windows {
|
windows {
|
||||||
|
DEFINES += UNICODE
|
||||||
RC_FILE = recoll.rc
|
RC_FILE = recoll.rc
|
||||||
contains(QMAKE_CC, gcc){
|
contains(QMAKE_CC, gcc){
|
||||||
# MingW
|
# MingW
|
||||||
|
|||||||
@ -10,7 +10,6 @@ TARGET = librecoll
|
|||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
|
|
||||||
DEFINES += LIBRECOLL_LIBRARY BUILDING_RECOLL
|
DEFINES += LIBRECOLL_LIBRARY BUILDING_RECOLL
|
||||||
DEFINES += UNICODE
|
|
||||||
DEFINES += PSAPI_VERSION=1
|
DEFINES += PSAPI_VERSION=1
|
||||||
DEFINES += READFILE_ENABLE_MINIZ
|
DEFINES += READFILE_ENABLE_MINIZ
|
||||||
DEFINES += READFILE_ENABLE_MD5
|
DEFINES += READFILE_ENABLE_MD5
|
||||||
@ -131,6 +130,7 @@ INCLUDEPATH += ../../common ../../index ../../internfile ../../query \
|
|||||||
../../xaposix ../../confgui ../../bincimapmime
|
../../xaposix ../../confgui ../../bincimapmime
|
||||||
|
|
||||||
windows {
|
windows {
|
||||||
|
defines += UNICODE
|
||||||
contains(QMAKE_CC, gcc){
|
contains(QMAKE_CC, gcc){
|
||||||
# MingW
|
# MingW
|
||||||
# This is necessary to avoid an undefined impl__xmlFree.
|
# This is necessary to avoid an undefined impl__xmlFree.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user