From 392a8530efd890e42e2c5745cbd1c64bae6aedca Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Fri, 8 Feb 2013 11:29:14 +0100 Subject: [PATCH] change add_subdirectory order --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 30083f299..9d18ba74e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -163,9 +163,9 @@ endmacro() ################# list the subdirectories ################# -add_subdirectory( declarativeimports ) add_subdirectory( desktoptheme ) add_subdirectory( plasma ) +add_subdirectory( declarativeimports ) add_subdirectory( scriptengines ) add_subdirectory( shell ) #FIXME: port tools