From ce55bf49c7d86981c8e276642ce8000865846b98 Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Fri, 13 Jun 2014 09:54:00 +0200 Subject: [PATCH] Build FSX plugin only on Windows platforms --- client.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client.pro b/client.pro index a6bbf8d56..7ce93c0f3 100644 --- a/client.pro +++ b/client.pro @@ -21,8 +21,10 @@ contains(BLACK_CONFIG, BlackGui) { SUBDIRS += src/blackgui } -contains(BLACK_CONFIG, FSX) { - SUBDIRS += src/plugins/simulator/fsx/plugin_fsx.pro +win32 { + contains(BLACK_CONFIG, FSX) { + SUBDIRS += src/plugins/simulator/fsx/plugin_fsx.pro + } } contains(BLACK_CONFIG, XPlane) {