KDE/kdelibs
Peter Kümmel
syntheticpp at gmx.net
Wed Feb 8 20:45:26 CET 2006
Alexander Neundorf wrote:
> I added QtCore now, does this help ?
Yes, now it links.
Have you added QtCore added to QT_AND_KDECORE_LIBS?
Because of:
target_link_libraries(${KDE_CONFIG_NAME} ${QT_AND_KDECORE_LIBS} )
But in kdeui there's no *ui.h file:
fatal error C1083: Cannot open include file: 'kspellui.h': No such file directory
Maybe the kde4_add_ui_files is broken:
set( kdeui_UI
kspellui.ui
)
kde4_add_ui_files(kdeui_LIB_SRCS ${kdeui_UI} )
Peter
More information about the Kde-buildsystem
mailing list