From 277d61390da52a1deb500206f4b5dd48c086f8d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Ker=C3=A4nen?= Date: Mon, 13 Jan 2014 08:55:41 +0200 Subject: [PATCH] qmake|OS X: deng_noclient is not available in the OS X build On the Mac, the client app and libs need to be built anyway. --- doomsday/doomsday.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doomsday/doomsday.pro b/doomsday/doomsday.pro index 3a8d11dc2e..5412b6742d 100644 --- a/doomsday/doomsday.pro +++ b/doomsday/doomsday.pro @@ -13,8 +13,12 @@ SUBDIRS = \ libdeng1 \ libshell -!deng_noclient: SUBDIRS += libgui libappfw -!deng_noclient|macx: SUBDIRS += client +!deng_noclient|macx { + SUBDIRS += \ + libgui \ + libappfw \ + client +} SUBDIRS += \ server \