Git commit 820adc96cda98f0f47c4077213e239402e33f03e by Boudewijn Rempt.
Committed on 11/09/2015 at 13:13.
Pushed by rempt into branch 'master'.

Unport words, stage and sheets again

They need to be ported from KIcon to QIcon now...

CCMAIL:calligra-devel@kde.org

M  +3    -3    CalligraProducts.cmake

http://commits.kde.org/calligra/820adc96cda98f0f47c4077213e239402e33f03e

diff --git a/CalligraProducts.cmake b/CalligraProducts.cmake
index b9c9c3e..8a46b03 100644
--- a/CalligraProducts.cmake
+++ b/CalligraProducts.cmake
@@ -82,9 +82,9 @@ calligra_define_feature(FEATURE_RDF "RDF feature")
 calligra_define_product(PLUGIN_TEXTSHAPE "Text shape plugin"  REQUIRES 
LIB_CALLIGRA)
 
 # parts
-calligra_define_product(PART_WORDS "Words engine"  REQUIRES LIB_CALLIGRA 
LIB_KOMAIN PLUGIN_TEXTSHAPE)
-calligra_define_product(PART_STAGE "Stage engine"  REQUIRES LIB_CALLIGRA 
LIB_KOMAIN LIB_KOPAGEAPP)
-calligra_define_product(PART_SHEETS "Sheets engine" REQUIRES LIB_CALLIGRA 
LIB_KOMAIN)
+calligra_define_product(PART_WORDS "Words engine" UNPORTED  REQUIRES 
LIB_CALLIGRA LIB_KOMAIN PLUGIN_TEXTSHAPE)
+calligra_define_product(PART_STAGE "Stage engine"  UNPORTED REQUIRES 
LIB_CALLIGRA LIB_KOMAIN LIB_KOPAGEAPP)
+calligra_define_product(PART_SHEETS "Sheets engine"  UNPORTED REQUIRES 
LIB_CALLIGRA LIB_KOMAIN)
 calligra_define_product(PART_QTQUICK "QtQuick Plugin that provides Calligra 
components"  REQUIRES PART_WORDS PART_STAGE)# SHEETS_PART)
 calligra_define_product(PART_COMPONENTS "QtQuick2 Plugin that provides 
Calligra components"  REQUIRES PART_WORDS PART_STAGE PART_SHEETS)
 
_______________________________________________
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel

Reply via email to