Unbreak compilation of the chm backend

CCMAIL: faure@kde.org
This commit is contained in:
Albert Astals Cid 2017-12-05 00:57:04 +01:00
parent 2b7b8e94f8
commit 26367babb4

View file

@ -86,7 +86,6 @@ find_package(ZLIB REQUIRED)
add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
add_definitions(-DTRANSLATION_DOMAIN="okular")
add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${PHONON_INCLUDES} core/synctex ${ZLIB_INCLUDE_DIR} ${CMAKE_BINARY_DIR}/core)