move the test shell in shell/
This commit is contained in:
parent
360cb4a2cb
commit
bec0cd4639
@ -195,5 +195,6 @@ include(KConfigMacros)
|
|||||||
|
|
||||||
add_subdirectory( desktoptheme )
|
add_subdirectory( desktoptheme )
|
||||||
add_subdirectory( plasma )
|
add_subdirectory( plasma )
|
||||||
|
add_subdirectory( shell )
|
||||||
|
|
||||||
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
|
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
|
||||||
|
@ -33,5 +33,3 @@ if(QCA2_FOUND)
|
|||||||
target_link_libraries(plasmoidpackagetest ${QCA2_LIBRARIES})
|
target_link_libraries(plasmoidpackagetest ${QCA2_LIBRARIES})
|
||||||
endif(QCA2_FOUND)
|
endif(QCA2_FOUND)
|
||||||
|
|
||||||
add_subdirectory(shelltest)
|
|
||||||
|
|
||||||
|
@ -48,3 +48,5 @@ target_link_libraries(testplasma2
|
|||||||
${KDE4_PLASMA_LIBS}
|
${KDE4_PLASMA_LIBS}
|
||||||
#plasma
|
#plasma
|
||||||
)
|
)
|
||||||
|
|
||||||
|
install(TARGETS testplasma2 ${INSTALL_TARGETS_DEFAULT_ARGS})
|
Loading…
Reference in New Issue
Block a user