fix compilation after 18473c9e9e which changed version.h to include plasma_version.h

This commit is contained in:
David Faure 2014-02-11 21:19:47 +01:00
parent a4f14a966a
commit 515f9a352f

View File

@ -159,6 +159,9 @@ install(EXPORT KF5PlasmaTargets
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/plasma_version.h
DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel )
# make plasma_version.h available
include_directories(${CMAKE_CURRENT_BINARY_DIR})
################# list the subdirectories #################
add_subdirectory(src)
add_subdirectory(desktoptheme)