From 076c25883d6121335881114145c34437da45cb86 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Thu, 5 Aug 2010 04:42:21 +0000 Subject: [PATCH] in data/ now svn path=/trunk/KDE/kdebase/runtime/; revision=1159333 --- scriptengines/javascript/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scriptengines/javascript/CMakeLists.txt b/scriptengines/javascript/CMakeLists.txt index ddb8c786a..de29509ee 100644 --- a/scriptengines/javascript/CMakeLists.txt +++ b/scriptengines/javascript/CMakeLists.txt @@ -47,7 +47,7 @@ target_link_libraries(plasma_appletscript_simple_javascript ) install(TARGETS plasma_appletscript_simple_javascript DESTINATION ${PLUGIN_INSTALL_DIR}) -install(FILES plasma-scriptengine-applet-simple-javascript.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +install(FILES data/plasma-scriptengine-applet-simple-javascript.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) # RUNNER @@ -65,7 +65,7 @@ target_link_libraries(plasma_runnerscript_javascript ${QT_QTSCRIPT_LIBRARY}) install(TARGETS plasma_runnerscript_javascript DESTINATION ${PLUGIN_INSTALL_DIR}) -install(FILES plasma-scriptengine-runner-javascript.desktop DESTINATION ${SERVICES_INSTALL_DIR}) +install(FILES data/plasma-scriptengine-runner-javascript.desktop DESTINATION ${SERVICES_INSTALL_DIR}) # DATAENGINE @@ -85,5 +85,5 @@ target_link_libraries(plasma_dataenginescript_javascript ${QT_QTSCRIPT_LIBRARY}) install(TARGETS plasma_dataenginescript_javascript DESTINATION ${PLUGIN_INSTALL_DIR}) -install(FILES plasma-scriptengine-dataengine-javascript.desktop DESTINATION ${SERVICES_INSTALL_DIR}) +install(FILES data/plasma-scriptengine-dataengine-javascript.desktop DESTINATION ${SERVICES_INSTALL_DIR})