summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2013-03-22 13:05:39 +0200
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2013-03-22 13:07:42 +0200
commitef734f385916ce1b083ee8e9f2f690d90f0ffd1b (patch)
treee7f606dc67eb8ba762f226072d5271c93b135a5d
parent4dae82608139f256372efc85cc44f03a18a7da4b (diff)
Further fix for QNX and other windows host cross compilations
-rw-r--r--config.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.pri b/config.pri
index 03a2364f..b0018026 100644
--- a/config.pri
+++ b/config.pri
@@ -63,7 +63,7 @@ CONFIG(debug, debug|release):CHART_BUILD_DIR = $$join(CHART_BUILD_DIR,,,/debug)
CONFIG(release, debug|release): CHART_BUILD_DIR = $$join(CHART_BUILD_DIR,,,/release)
-win32:{
+contains(QMAKE_HOST.os, Windows) {
CHART_BUILD_PUBLIC_HEADER_DIR = $$replace(CHART_BUILD_PUBLIC_HEADER_DIR, "/","\\")
CHART_BUILD_PRIVATE_HEADER_DIR = $$replace(CHART_BUILD_PRIVATE_HEADER_DIR, "/","\\")
CHART_BUILD_BUILD_DIR = $$replace(CHART_BUILD_BUILD_DIR, "/","\\")