[calligra] /: Unport words and stage

Boudewijn Rempt boud at valdyas.org
Fri Sep 11 09:26:41 BST 2015


Git commit 43a5919cbadcd4b59f4a75448323ef70571209c0 by Boudewijn Rempt.
Committed on 11/09/2015 at 08:25.
Pushed by rempt into branch 'master'.

Unport words and stage

After porting libs and plugins from QAction to KAction and KShortcut
to QKeySequence, stage and words need to be ported again. It's mostly
a matter of running the kf5 convert script, but wherever QWidgetAction's
setDefaultWidget was used, it's more work.

CCMAIL:calligra-devel at kde.org

M  +2    -2    CalligraProducts.cmake

http://commits.kde.org/calligra/43a5919cbadcd4b59f4a75448323ef70571209c0

diff --git a/CalligraProducts.cmake b/CalligraProducts.cmake
index 700a919..933bbdb 100644
--- a/CalligraProducts.cmake
+++ b/CalligraProducts.cmake
@@ -82,8 +82,8 @@ 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_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" UNPORTED REQUIRES PART_WORDS PART_STAGE)# SHEETS_PART)
 



More information about the calligra-devel mailing list