CMake!

Kevin Kofler kevin.kofler at chello.at
Mon Oct 13 10:02:55 UTC 2008


I have to correct myself slightly about kdewin32:

I wrote:
> it will automatically tweak the include search paths

Actually, it's not automatical, you do need to specify:
include_directories(${KDEWIN32_INCLUDES})
like for any other library. And also:
target_link_libraries(yourexecutable ${KDEWIN32_LIBRARIES})
(again, as for any other library).

        Kevin Kofler




More information about the fedora-devel-list mailing list