|
|
|
@ -21,6 +21,8 @@ include_directories(
|
|
|
|
|
|
|
|
|
|
link_directories(
|
|
|
|
|
${TQT_LIBRARY_DIRS}
|
|
|
|
|
${CMAKE_BINARY_DIR}/kbfxlib/common
|
|
|
|
|
${CMAKE_BINARY_DIR}/kbfxlib/data
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -34,12 +36,12 @@ set( ${target}_SRCS
|
|
|
|
|
kbfxplasmacanvasitemwrapper.cpp kbfxplasmacanvasstack.cpp kbfxplasmacanvasview.cpp
|
|
|
|
|
kbfxplasmaindexitem.cpp kbfxplasmaindexview.cpp kbfxspinx.cpp kbfxspinxmenu.cpp
|
|
|
|
|
kbfxspinxpopup.cpp kbfxspinxscrollbar.cpp kbfxspinxtoolbar.cpp kbfxspinxtoolbutton.cpp
|
|
|
|
|
kbfxspinxtop.cpp kbfxspinxview.cpp kbfxtooltip.cpp
|
|
|
|
|
kbfxspinxtop.cpp kbfxspinxview.cpp kbfxtooltip.cpp kbfxspinx.skel
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
tde_add_kpart( ${target} AUTOMOC
|
|
|
|
|
SOURCES ${${target}_SRCS}
|
|
|
|
|
LINK tdecore-shared tdeui-shared kbfxspinx kbfxdata kbfxcommon
|
|
|
|
|
LINK tdecore-shared tdeui-shared kio-shared kbfxcommon kbfxdata
|
|
|
|
|
DESTINATION ${PLUGIN_INSTALL_DIR}
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|