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:
parent
55240b8f31
commit
3a7a425344
@ -304,8 +304,8 @@ set_target_properties(plasmaqgv PROPERTIES
|
|||||||
SOVERSION 1
|
SOVERSION 1
|
||||||
)
|
)
|
||||||
|
|
||||||
install(TARGETS plasma EXPORT kdelibsLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
|
install(TARGETS plasma ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||||
install(TARGETS plasmaqgv EXPORT kdelibsLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
|
install(TARGETS plasmaqgv ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||||
|
|
||||||
########### install files ###############
|
########### install files ###############
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user