move the test shell in shell/

This commit is contained in:
Marco Martin 2013-01-31 11:36:37 +01:00
parent 360cb4a2cb
commit bec0cd4639
11 changed files with 3 additions and 2 deletions

View File

@ -195,5 +195,6 @@ include(KConfigMacros)
add_subdirectory( desktoptheme )
add_subdirectory( plasma )
add_subdirectory( shell )
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)

View File

@ -33,5 +33,3 @@ if(QCA2_FOUND)
target_link_libraries(plasmoidpackagetest ${QCA2_LIBRARIES})
endif(QCA2_FOUND)
add_subdirectory(shelltest)

View File

@ -48,3 +48,5 @@ target_link_libraries(testplasma2
${KDE4_PLASMA_LIBS}
#plasma
)
install(TARGETS testplasma2 ${INSTALL_TARGETS_DEFAULT_ARGS})