summaryrefslogtreecommitdiffstats
path: root/projects.pro
diff options
context:
space:
mode:
authorThomas Zander <t.zander@nokia.com>2010-05-27 13:01:29 (GMT)
committerThomas Zander <t.zander@nokia.com>2010-05-27 13:01:29 (GMT)
commit016b89d07478c91617ad345a0b3d7f16d0f8cd21 (patch)
treeb56f2a81e112d08cc6d629ea2e6e1e4259b56f35 /projects.pro
parent4459b4b29073bb82fe480b5eac1a4d9241068b38 (diff)
parent103e1e8ea5e8879f2bb97e008840a212b3004a51 (diff)
downloadQt-016b89d07478c91617ad345a0b3d7f16d0f8cd21.zip
Qt-016b89d07478c91617ad345a0b3d7f16d0f8cd21.tar.gz
Qt-016b89d07478c91617ad345a0b3d7f16d0f8cd21.tar.bz2
Merge commit 'origin/4.7' into symbian47
Conflicts: src/plugins/bearer/symbian/qnetworksession_impl.h
Diffstat (limited to 'projects.pro')
-rw-r--r--projects.pro36
1 files changed, 18 insertions, 18 deletions
diff --git a/projects.pro b/projects.pro
index 45fb8da..373b049 100644
--- a/projects.pro
+++ b/projects.pro
@@ -104,33 +104,33 @@ unix:!symbian {
(cd qmake && $(MAKE) distclean);
}
win32 {
- confclean.commands += -$(DEL_FILE) src\core\global\qconfig.h $$escape_expand(\n\t) \
- -$(DEL_FILE) src\core\global\qconfig.cpp $$escape_expand(\n\t) \
- -$(DEL_FILE) mkspecs\qconfig.pri $$escape_expand(\n\t) \
- -$(DEL_FILE) .qmake.cache $$escape_expand(\n\t) \
+ confclean.commands += -$(DEL_FILE) src\\core\\global\\qconfig.h $$escape_expand(\\n\\t) \
+ -$(DEL_FILE) src\\core\\global\\qconfig.cpp $$escape_expand(\\n\\t) \
+ -$(DEL_FILE) mkspecs\\qconfig.pri $$escape_expand(\\n\\t) \
+ -$(DEL_FILE) .qmake.cache $$escape_expand(\\n\\t) \
(cd qmake && $(MAKE) distclean)
}
symbian {
confclean.depends += distclean
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) \
- (cd src\tools\uic && $(MAKE) distclean) $$escape_expand(\n\t) \
- -$(DEL_FILE) src\corelib\global\qconfig.h $$escape_expand(\n\t) \
- -$(DEL_FILE) src\corelib\global\qconfig.cpp $$escape_expand(\n\t) \
- -$(DEL_FILE) mkspecs\qconfig.pri $$escape_expand(\n\t) \
- -$(DEL_FILE) .qmake.cache $$escape_expand(\n\t) \
+ (cd src\\tools\\moc && $(MAKE) distclean) $$escape_expand(\\n\\t) \
+ (cd src\\tools\\rcc && $(MAKE) distclean) $$escape_expand(\\n\\t) \
+ (cd src\\tools\\uic && $(MAKE) distclean) $$escape_expand(\\n\\t) \
+ -$(DEL_FILE) src\\corelib\\global\\qconfig.h $$escape_expand(\\n\\t) \
+ -$(DEL_FILE) src\\corelib\\global\\qconfig.cpp $$escape_expand(\\n\\t) \
+ -$(DEL_FILE) mkspecs\\qconfig.pri $$escape_expand(\\n\\t) \
+ -$(DEL_FILE) .qmake.cache $$escape_expand(\\n\\t) \
(cd qmake && $(MAKE) distclean)
} else {
confclean.commands += \
- (cd src/tools/moc && $(MAKE) distclean) $$escape_expand(\n\t) \
- (cd src/tools/rcc && $(MAKE) distclean) $$escape_expand(\n\t) \
- (cd src/tools/uic && $(MAKE) distclean) $$escape_expand(\n\t) \
- -$(DEL_FILE) src/corelib/global/qconfig.h $$escape_expand(\n\t) \
- -$(DEL_FILE) src/corelib/global/qconfig.cpp $$escape_expand(\n\t) \
- -$(DEL_FILE) mkspecs/qconfig.pri $$escape_expand(\n\t) \
- -$(DEL_FILE) .qmake.cache $$escape_expand(\n\t) \
+ (cd src/tools/moc && $(MAKE) distclean) $$escape_expand(\\n\\t) \
+ (cd src/tools/rcc && $(MAKE) distclean) $$escape_expand(\\n\\t) \
+ (cd src/tools/uic && $(MAKE) distclean) $$escape_expand(\\n\\t) \
+ -$(DEL_FILE) src/corelib/global/qconfig.h $$escape_expand(\\n\\t) \
+ -$(DEL_FILE) src/corelib/global/qconfig.cpp $$escape_expand(\\n\\t) \
+ -$(DEL_FILE) mkspecs/qconfig.pri $$escape_expand(\\n\\t) \
+ -$(DEL_FILE) .qmake.cache $$escape_expand(\\n\\t) \
(cd qmake && $(MAKE) distclean)
}
}