[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kpresenter
From:       Jeff Mitchell <kde-dev () emailgoeshere ! com>
Date:       2008-08-26 19:31:43
Message-ID: 1219779103.211189.21961.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 852871 by mitchell:

Incremental work towards kpresenter linkin


 M  +11 -1     part/tools/animationtool/CMakeLists.txt  
 M  +10 -1     plugins/eventactions/CMakeLists.txt  
 M  +9 -1      plugins/pageeffects/barwipe/CMakeLists.txt  
 M  +9 -1      plugins/pageeffects/clockwipe/CMakeLists.txt  
 M  +9 -1      plugins/pageeffects/iriswipe/CMakeLists.txt  
 M  +9 -1      plugins/pageeffects/matrixwipe/CMakeLists.txt  
 M  +9 -1      plugins/pageeffects/slidewipe/CMakeLists.txt  


--- trunk/koffice/kpresenter/part/tools/animationtool/CMakeLists.txt #852870:852871
@@ -15,7 +15,17 @@
 
 
 
-target_link_libraries(kpresentertoolanimation ${KDE4_KDECORE_LIBS} \
${KDE4_PHONON_LIBRARY} koguiutils flake kpresenterprivate kopageapp) \
+target_link_libraries( +    kpresentertoolanimation
+    koguiutils
+    flake
+    kpresenterprivate
+    kopageapp
+    ${KDE4_KDECORE_LIBS}
+    ${KDE4_PHONON_LIBRARY}
+    ${QT_QTGUI_LIBRARY}
+    ${QT_QT3SUPPORT_LIBRARY}
+    )
 
 install(TARGETS kpresentertoolanimation  DESTINATION ${PLUGIN_INSTALL_DIR})
 
--- trunk/koffice/kpresenter/plugins/eventactions/CMakeLists.txt #852870:852871
@@ -9,7 +9,16 @@
 
 kde4_add_plugin(kpresentereventactions ${kpresentereventactions_PART_SRCS})
 
-target_link_libraries(kpresentereventactions kpresenterprivate flake)
+target_link_libraries(
+    kpresentereventactions
+    kpresenterprivate
+    flake
+    kstore
+    ${KDE4_KIO_LIBRARY}
+    ${KDE4_PHONON_LIBRARY}
+    ${QT_QTCORE_LIBRARY}
+    ${QT_QTGUI_LIBRARY}
+    )
 
 install(TARGETS kpresentereventactions  DESTINATION ${PLUGIN_INSTALL_DIR})
 
--- trunk/koffice/kpresenter/plugins/pageeffects/barwipe/CMakeLists.txt \
#852870:852871 @@ -8,7 +8,15 @@
 
 kde4_add_plugin(kpr_pageeffect_barwipe ${kpr_pageeffect_barwipe_PART_SRCS})
 
-target_link_libraries(kpr_pageeffect_barwipe kpresenterprivate flake koguiutils)
+target_link_libraries(
+    kpr_pageeffect_barwipe
+    kpresenterprivate
+    flake 
+    koguiutils
+    ${KDE4_KDECORE_LIBS}
+    ${QT_QTCORE_LIBRARY}
+    ${QT_QTGUI_LIBRARY}
+    )
 
 install(TARGETS kpr_pageeffect_barwipe  DESTINATION ${PLUGIN_INSTALL_DIR})
 
--- trunk/koffice/kpresenter/plugins/pageeffects/clockwipe/CMakeLists.txt \
#852870:852871 @@ -24,7 +24,15 @@
 
 kde4_add_plugin(kpr_pageeffect_clockwipe ${kpr_pageeffect_clockwipe_SRCS})
 
-target_link_libraries(kpr_pageeffect_clockwipe kpresenterprivate flake koguiutils)
+target_link_libraries(
+    kpr_pageeffect_clockwipe 
+    kpresenterprivate 
+    flake
+    koguiutils
+    ${KDE4_KDECORE_LIBS}
+    ${QT_QTCORE_LIBRARY}
+    ${QT_QTGUI_LIBRARY}
+    )
 
 install(TARGETS kpr_pageeffect_clockwipe  DESTINATION ${PLUGIN_INSTALL_DIR})
 
--- trunk/koffice/kpresenter/plugins/pageeffects/iriswipe/CMakeLists.txt \
#852870:852871 @@ -18,7 +18,15 @@
 
 kde4_add_plugin(kpr_pageeffect_iriswipe ${kpr_pageeffect_iriswipe_SRCS})
 
-target_link_libraries(kpr_pageeffect_iriswipe kpresenterprivate flake koguiutils)
+target_link_libraries(
+    kpr_pageeffect_iriswipe
+    kpresenterprivate
+    flake
+    koguiutils
+    ${KDE4_KDECORE_LIBS}
+    ${QT_QTCORE_LIBRARY}
+    ${QT_QTGUI_LIBRARY}    
+    )
 
 install(TARGETS kpr_pageeffect_iriswipe  DESTINATION ${PLUGIN_INSTALL_DIR})
 
--- trunk/koffice/kpresenter/plugins/pageeffects/matrixwipe/CMakeLists.txt \
#852870:852871 @@ -35,7 +35,15 @@
 
 kde4_add_plugin(kpr_pageeffect_matrixwipe ${kpr_pageeffect_matrixwipe_SRCS})
 
-target_link_libraries(kpr_pageeffect_matrixwipe kpresenterprivate flake koguiutils)
+target_link_libraries(
+    kpr_pageeffect_matrixwipe
+    kpresenterprivate 
+    flake 
+    koguiutils
+    ${KDE4_KDECORE_LIBS}
+    ${QT_QTCORE_LIBRARY}
+    ${QT_QTGUI_LIBRARY}
+    )
 
 install(TARGETS kpr_pageeffect_matrixwipe  DESTINATION ${PLUGIN_INSTALL_DIR})
 
--- trunk/koffice/kpresenter/plugins/pageeffects/slidewipe/CMakeLists.txt \
#852870:852871 @@ -15,7 +15,15 @@
 
 kde4_add_plugin(kpr_pageeffect_slidewipe ${kpr_pageeffect_slidewipe_PART_SRCS})
 
-target_link_libraries(kpr_pageeffect_slidewipe kpresenterprivate flake koguiutils)
+target_link_libraries(
+    kpr_pageeffect_slidewipe
+    kpresenterprivate
+    flake
+    koguiutils
+    ${KDE4_KDECORE_LIBS}
+    ${QT_QTCORE_LIBRARY}
+    ${QT_QTGUI_LIBRARY}    
+    )
 
 install(TARGETS kpr_pageeffect_slidewipe  DESTINATION ${PLUGIN_INSTALL_DIR})
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic