Fix compilation with qbs on non-Linux, non-Mac Unix-like systems.

Change-Id: I075585d43f9e36a50c1945b3da4769744faa3f95
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
Christian Kandeler
2013-02-08 17:18:15 +01:00
committed by Joerg Bornemann
parent 8eaf5bc6ea
commit f0c797256e
5 changed files with 17 additions and 7 deletions

View File

@@ -242,7 +242,7 @@ QtcPlugin {
}
Group {
condition: qbs.targetOS == "linux"
condition: qbs.targetPlatform.indexOf("unix") != -1 && qbs.targetOS != "mac"
files: [
"progressmanager/progressmanager_x11.cpp",
]