On 7/11/06, Peter Kümmel <[EMAIL PROTECTED]> wrote:
Could you post the cmake file, without it it's hard to help.
Peter

Yeah, obviously, forgot that ;)

This is the most recent file i tried.

--
project(conversationview)

find_package(KDE4 REQUIRED)
include (KDE4Defaults)
include_directories (${KDE4_KDECORE_INCLUDES} ${QT_INCLUDES})
add_definitions (${KDE4_DEFINITIONS} ${QT_DEFINITIONS})
link_directories (${KDE4_LIBRARIES})

set ( conversationSources
 main.cpp
 message.cpp
 mailview.cpp
 foldermodel.cpp
 dummykonadiadapter.cpp
 conversationdelegate.cpp
 conversation.cpp
)

kde4_automoc( ${conversationSources} )
kde4_add_executable(conversationview ${conversationSources})
target_link_libraries (conversationview ${KDE4_KDECORE_LIBS} )

_______________________________________________
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to