Remove the exports targets from libraries in frameworks.

If there is no kdelibs, there is no kdelibs exports. This fixes some
cmake errors resulting from making it possible to build itemmodels
standalone.
This commit is contained in:
Stephen Kelly 2011-09-04 21:33:24 +02:00
parent 55240b8f31
commit 3a7a425344

View File

@ -304,8 +304,8 @@ set_target_properties(plasmaqgv PROPERTIES
SOVERSION 1
)
install(TARGETS plasma EXPORT kdelibsLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
install(TARGETS plasmaqgv EXPORT kdelibsLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
install(TARGETS plasma ${INSTALL_TARGETS_DEFAULT_ARGS})
install(TARGETS plasmaqgv ${INSTALL_TARGETS_DEFAULT_ARGS})
########### install files ###############