From e8d990e72c9af7e268e24e1b23ab618b93378a99 Mon Sep 17 00:00:00 2001 From: dt Date: Wed, 11 Mar 2009 11:46:29 +0100 Subject: [PATCH] Fixes: Compilation on other non unix systems Task: Reported on ML RevBy: con --- src/app/app.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.pro b/src/app/app.pro index 704070830a2..d1f917196d2 100644 --- a/src/app/app.pro +++ b/src/app/app.pro @@ -11,7 +11,7 @@ win32 { CONFIG(debug, debug|release):LIBS *= -lExtensionSystemd -lAggregationd else:LIBS *= -lExtensionSystem -lAggregation } -linux-* { +unix:!macx { LIBS *= -lExtensionSystem -lAggregation target.path = /bin