Navigation Menu

Skip to content

Commit

Permalink
change the order of subdirs
Browse files Browse the repository at this point in the history
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 <pierluigi.fiorini@gmail.com>
Reviewed-by: Jørgen Lind <jorgen.lind@gmail.com>
  • Loading branch information
ElvisLee authored and jorgen committed Oct 8, 2012
1 parent c0d42b0 commit 66e81cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src.pro
@@ -1,2 +1,2 @@
TEMPLATE=subdirs
SUBDIRS += plugins compositor
SUBDIRS += compositor plugins

0 comments on commit 66e81cb

Please sign in to comment.