[plasma-framework] src/shell: rename testplasma2 binary to plasma-shell
Sebastian Kügler
sebas at kde.org
Tue Apr 9 01:01:21 UTC 2013
Git commit ea41410004e9e634e40124b5d4ac690cecb7b99b by Sebastian Kügler.
Committed on 09/04/2013 at 03:00.
Pushed by sebas into branch 'master'.
rename testplasma2 binary to plasma-shell
This also means that the config file is now
~/.config5/plasma-shell-appletsrc
CCMAIL:plasma-devel at kde.org
M +4 -4 src/shell/CMakeLists.txt
http://commits.kde.org/plasma-framework/ea41410004e9e634e40124b5d4ac690cecb7b99b
diff --git a/src/shell/CMakeLists.txt b/src/shell/CMakeLists.txt
index 559f927..afa3687 100644
--- a/src/shell/CMakeLists.txt
+++ b/src/shell/CMakeLists.txt
@@ -1,4 +1,4 @@
-project(testplasma2)
+project(plasma-shell)
# Tell CMake to run moc when necessary:
@@ -54,7 +54,7 @@ set(widgetexplorer_SRC
widgetexplorer/widgetexplorerview.cpp
)
-add_executable(testplasma2
+add_executable(plasma-shell
main.cpp
desktopcorona.cpp
panelview.cpp
@@ -67,7 +67,7 @@ add_executable(testplasma2
)
# The Qt5Widgets_LIBRARIES variable also includes QtGui and QtCore
-target_link_libraries(testplasma2
+target_link_libraries(plasma-shell
#${Qt5Widgets_LIBRARIES}
${Qt5Quick_LIBRARIES}
${Qt5Qml_LIBRARIES}
@@ -84,7 +84,7 @@ target_link_libraries(testplasma2
message("+++ kde4support : ${kde4support_LIBRARY}")
-install(TARGETS testplasma2 ${INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS plasma-shell ${INSTALL_TARGETS_DEFAULT_ARGS})
add_subdirectory(applets)
add_subdirectory(containments)
More information about the Plasma-devel
mailing list