diff options
author | axis <qt-info@nokia.com> | 2010-01-14 13:58:22 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-01-14 13:58:22 (GMT) |
commit | 6ee2b1dd38fe64796036a01b42f382d87fcfe5de (patch) | |
tree | 2b1e73736cf05d518761a5be9671eb06992e593c /src/tools | |
parent | 1c668ede4f1b629cab2ca907df6d33d655df3b83 (diff) | |
download | Qt-6ee2b1dd38fe64796036a01b42f382d87fcfe5de.zip Qt-6ee2b1dd38fe64796036a01b42f382d87fcfe5de.tar.gz Qt-6ee2b1dd38fe64796036a01b42f382d87fcfe5de.tar.bz2 |
Fixed makefile generation for Symbian.
This enables fast makefiles as well as intermodule dependencies.
This hasn't been tested with the other Symbian build systems. It's
quite possible that they will break because of this, but we will
handle that at a later time.
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/tools.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tools.pro b/src/tools/tools.pro index 25527e3..cd7cd9b 100644 --- a/src/tools/tools.pro +++ b/src/tools/tools.pro @@ -20,7 +20,7 @@ src_tools_uic3.target = sub-uic3 src_tools_idc.subdir = $$QT_SOURCE_TREE/src/tools/idc src_tools_idc.target = sub-idc -!wince*:!symbian:!ordered { +!wince*:!ordered { # Set dependencies for each subdir src_tools_moc.depends = src_tools_bootstrap src_tools_rcc.depends = src_tools_bootstrap |