rename testplasma2 binary to plasma-shell

This also means that the config file is now
~/.config5/plasma-shell-appletsrc

CCMAIL:plasma-devel@kde.org
This commit is contained in:
Sebastian Kügler 2013-04-09 03:00:10 +02:00
parent 2cc96aac45
commit ea41410004

View File

@ -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)