diff options
author | axis <qt-info@nokia.com> | 2010-01-12 14:56:31 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-01-12 15:03:53 (GMT) |
commit | a2cdb14a9aa1ab5957b179484d4f77441c6f3e8d (patch) | |
tree | 56e478c9380bfcbe7b21603d856c75ce615d6e75 /mkspecs/symbian-abld | |
parent | 3e940b87578b2b324f8d13cf0980f4762ad3ca7b (diff) | |
download | Qt-a2cdb14a9aa1ab5957b179484d4f77441c6f3e8d.zip Qt-a2cdb14a9aa1ab5957b179484d4f77441c6f3e8d.tar.gz Qt-a2cdb14a9aa1ab5957b179484d4f77441c6f3e8d.tar.bz2 |
Reorganized the Symbian build system profiles.
Now we try share as much as possible between the different Symbian
build systems, so that changes made to the MMP systems will also work
in the makefile based one.
Diffstat (limited to 'mkspecs/symbian-abld')
-rw-r--r-- | mkspecs/symbian-abld/qmake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/symbian-abld/qmake.conf b/mkspecs/symbian-abld/qmake.conf index 499bf63..b83876d 100644 --- a/mkspecs/symbian-abld/qmake.conf +++ b/mkspecs/symbian-abld/qmake.conf @@ -6,4 +6,4 @@ MAKEFILE_GENERATOR = SYMBIAN_ABLD -include(../common/symbian/symbian.conf) +include(../common/symbian/symbian-mmp.conf) |