From c26543c9194ed8af3ca0421f605b610bc9c84cf5 Mon Sep 17 00:00:00 2001 From: Mathew Sutcliffe Date: Fri, 7 Feb 2014 17:45:55 +0000 Subject: [PATCH] changed SUBDIRS ordering in client.pro, fixes linker error when compiling in MinGW --- client.pro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client.pro b/client.pro index dc99aa315..9a18458c7 100644 --- a/client.pro +++ b/client.pro @@ -21,6 +21,10 @@ equals(WITH_BLACKMISC, ON) { SUBDIRS += src/blackmisc_cpp2xml } +equals(WITH_BLACKSOUND, ON) { + SUBDIRS += src/blacksound +} + equals(WITH_BLACKCORE, ON) { SUBDIRS += src/blackcore } @@ -29,10 +33,6 @@ equals(WITH_BLACKGUI, ON) { SUBDIRS += src/blackgui } -equals(WITH_BLACKSOUND, ON) { - SUBDIRS += src/blacksound -} - equals(WITH_DRIVER_FSX, ON) { SUBDIRS += src/driver/fsx/driver_fsx.pro }