summaryrefslogtreecommitdiffstats
path: root/projects.pro
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-01-05 15:46:15 (GMT)
committeraxis <qt-info@nokia.com>2010-01-05 15:46:15 (GMT)
commita4de5dc69634b90b2fc6c8bd65d936fe80a5afd9 (patch)
tree09123d43823968a0c6bcba56dc2ba816bdcb0591 /projects.pro
parent0d92fc13baac9d354a7d3a2665ca3bb4127bd606 (diff)
downloadQt-a4de5dc69634b90b2fc6c8bd65d936fe80a5afd9.zip
Qt-a4de5dc69634b90b2fc6c8bd65d936fe80a5afd9.tar.gz
Qt-a4de5dc69634b90b2fc6c8bd65d936fe80a5afd9.tar.bz2
Fixed the host detection in qmake profiles.
The previous tests were checking the target platform, but we need to check the host. RevBy: Trust me
Diffstat (limited to 'projects.pro')
-rw-r--r--projects.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects.pro b/projects.pro
index 11cbd03..19a5ff8 100644
--- a/projects.pro
+++ b/projects.pro
@@ -112,7 +112,7 @@ win32 {
}
symbian {
confclean.depends += distclean
- win32 {
+ contains(QMAKE_HOST.os, "Windows") {
confclean.commands += \
(cd src\tools\moc && $(MAKE) distclean) $$escape_expand(\n\t) \
(cd src\tools\rcc && $(MAKE) distclean) $$escape_expand(\n\t) \