Move plasmapkg into src
It's not really a tool, and really belongs under src.
This commit is contained in:
parent
a3b39a8321
commit
55952980b5
@ -167,11 +167,5 @@ endmacro()
|
|||||||
################# list the subdirectories #################
|
################# list the subdirectories #################
|
||||||
add_subdirectory(src)
|
add_subdirectory(src)
|
||||||
add_subdirectory( desktoptheme )
|
add_subdirectory( desktoptheme )
|
||||||
# add_subdirectory( plasma )
|
|
||||||
# add_subdirectory( declarativeimports )
|
|
||||||
# add_subdirectory( scriptengines )
|
|
||||||
# add_subdirectory( shell )
|
|
||||||
#FIXME: port tools
|
|
||||||
add_subdirectory( tools )
|
|
||||||
|
|
||||||
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
|
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
add_subdirectory(plasma)
|
add_subdirectory(plasma)
|
||||||
add_subdirectory(declarativeimports)
|
add_subdirectory(declarativeimports)
|
||||||
#add_subdirectory(kpart)
|
#add_subdirectory(kpart)
|
||||||
|
add_subdirectory(plasmapkg)
|
||||||
add_subdirectory(scriptengines)
|
add_subdirectory(scriptengines)
|
||||||
add_subdirectory(shell)
|
add_subdirectory(shell)
|
||||||
|
@ -1 +0,0 @@
|
|||||||
add_subdirectory(plasmapkg)
|
|
Loading…
Reference in New Issue
Block a user