KDE/kdevplatform/plugins/usehighlight

Andreas Pakulat apaku at gmx.de
Wed Dec 5 23:12:21 UTC 2007


SVN commit 745317 by apaku:

Fix the build, the platform lib variables are not set inside kdevplatform, only
for external plugins. Maybe we should change that, for example putting simply
the target name into the variables in the top-level CMakeLists.txt?
CCMAIL:kdevelop-devel at kdevelop.org


 M  +1 -1      CMakeLists.txt  


--- trunk/KDE/kdevplatform/plugins/usehighlight/CMakeLists.txt #745316:745317
@@ -17,7 +17,7 @@
 )
 
 kde4_add_plugin(kdevusehighlight ${kdevusehighlight_PART_SRCS})
-target_link_libraries(kdevusehighlight kdevplatforminterfaces kdevplatformutil ${KDEVPLATFORM_LANGUAGE_LIBRARY})
+target_link_libraries(kdevusehighlight kdevplatforminterfaces kdevplatformutil kdevplatformlanguage)
 
 install(TARGETS kdevusehighlight DESTINATION ${PLUGIN_INSTALL_DIR})
 




More information about the KDevelop-devel mailing list