mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
fix plugins always building as static when they should not
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
7cd2dabb91
commit
dceafc4d6b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ include_directories(
|
|||
${CMAKE_SOURCE_DIR}/src/3rdparty/harfbuzz/src
|
||||
)
|
||||
|
||||
if(NOT ${KATIE_TYPE} EQUAL SHARED)
|
||||
if(NOT ${KATIE_TYPE} STREQUAL SHARED)
|
||||
add_definitions(-DQT_STATICPLUGIN)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue