diff options
author | Xizhi Zhu <xizhi.zhu@gmail.com> | 2012-01-23 21:25:30 +0100 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-31 07:08:31 +0100 |
commit | ba9302b8a9b6b50f37987261c1ade9af2ade2d3c (patch) | |
tree | 5ca4d3d9b963b5b1afc40b396c773e90072f0818 /qtbase.pro | |
parent | d1a2b53aaf76f48e195260a415ca406fa1ef01a2 (diff) | |
download | qtbase-ba9302b8a9b6b50f37987261c1ade9af2ade2d3c.tar.gz |
Remove Symbian specific code from qtbase.
Change-Id: I27d37d914b71e1e43c94e2a975ffec49e1ecd456
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'qtbase.pro')
-rw-r--r-- | qtbase.pro | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/qtbase.pro b/qtbase.pro index b766a7a776..56f40cdb7a 100644 --- a/qtbase.pro +++ b/qtbase.pro @@ -35,9 +35,9 @@ contains(PROJECTS, tests) { message(Unknown PROJECTS: $$PROJECTS) } -!symbian: confclean.depends += clean +confclean.depends += clean confclean.commands = -unix:!symbian { +unix { confclean.commands += (cd config.tests/unix/stl && $(MAKE) distclean); \ (cd config.tests/unix/endian && $(MAKE) distclean); \ (cd config.tests/unix/ipv6 && $(MAKE) distclean); \ @@ -88,32 +88,6 @@ win32 { -$(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) mkspecs\\qmodule.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) mkspecs/qmodule.pri $$escape_expand(\\n\\t) \ - -$(DEL_FILE) .qmake.cache $$escape_expand(\\n\\t) \ - (cd qmake && $(MAKE) distclean) - } -} QMAKE_EXTRA_TARGETS += confclean qmakeclean.commands += (cd qmake && $(MAKE) clean) QMAKE_EXTRA_TARGETS += qmakeclean |