From 66e81cbefe942c701acbd4b344eee39dee96d625 Mon Sep 17 00:00:00 2001 From: Elvis Lee Date: Mon, 8 Oct 2012 19:49:12 +0900 Subject: change the order of subdirs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit '272142f53790987b3f226ca70f942da927d99815' makes wayland.pro need qt_compositor.pri file for DESTDIR. But qt_compositor.pri is made by compositor.pro. So '/compsitor' must be compiled before '/plugins'. Change-Id: Iae993195e399ff1a66c438cd450355fc5d35935b Reviewed-by: Pier Luigi Fiorini Reviewed-by: Jørgen Lind --- src/src.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/src.pro b/src/src.pro index 81bc9ac93..6e3ee389b 100644 --- a/src/src.pro +++ b/src/src.pro @@ -1,2 +1,2 @@ TEMPLATE=subdirs -SUBDIRS += plugins compositor +SUBDIRS += compositor plugins -- cgit v1.2.3