mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
do not link the KtGui component to KtXml
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
6666303f27
commit
ce16761842
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
add_definitions(${PNG_DEFINITIONS})
|
||||
set(EXTRA_GUI_LIBS
|
||||
KtCore KtXml
|
||||
KtCore
|
||||
${FREETYPE_LIBRARIES}
|
||||
${X11_X11_LIB}
|
||||
${PNG_LIBRARIES}
|
||||
|
@ -201,7 +201,6 @@ include_directories(
|
|||
${CMAKE_BINARY_DIR}/include
|
||||
${CMAKE_BINARY_DIR}/privateinclude
|
||||
${CMAKE_BINARY_DIR}/include/QtCore
|
||||
${CMAKE_BINARY_DIR}/include/QtXml
|
||||
${CMAKE_BINARY_DIR}/include/QtGui
|
||||
${FREETYPE_INCLUDE_DIRS}
|
||||
${X11_INCLUDE_DIR}
|
||||
|
@ -923,7 +922,7 @@ katie_unity_exclude(
|
|||
|
||||
katie_generate_misc("${GUI_HEADERS}" QtGui)
|
||||
katie_generate_public("${GUI_PUBLIC_HEADERS}" QtGui)
|
||||
katie_generate_package(KtGui "KtCore KtXml")
|
||||
katie_generate_package(KtGui "KtCore")
|
||||
katie_setup_target(KtGui ${GUI_SOURCES} ${GUI_HEADERS})
|
||||
|
||||
add_library(KtGui ${KATIE_TYPE} ${KtGui_SOURCES})
|
||||
|
|
Loading…
Add table
Reference in a new issue