diff options
author | Anderson Lizardo <anderson.lizardo@openbossa.org> | 2009-09-17 20:38:31 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-10-23 08:26:04 (GMT) |
commit | 131d2387436d05aec95bdddeb571930b2a55cf73 (patch) | |
tree | 436e3407313397a56b8a7f4098407908165b8fe7 | |
parent | c05220038d50f26cb5da03b13b82372297f99c83 (diff) | |
download | Qt-131d2387436d05aec95bdddeb571930b2a55cf73.zip Qt-131d2387436d05aec95bdddeb571930b2a55cf73.tar.gz Qt-131d2387436d05aec95bdddeb571930b2a55cf73.tar.bz2 |
mkspecs: fix warning when calling qmake
Signed-off-by: axis <qt-info@nokia.com>
-rw-r--r-- | mkspecs/common/symbian/symbian.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/common/symbian/symbian.conf b/mkspecs/common/symbian/symbian.conf index 38e955a..fe698fb 100644 --- a/mkspecs/common/symbian/symbian.conf +++ b/mkspecs/common/symbian/symbian.conf @@ -104,7 +104,7 @@ QMAKE_STRIP = strip QMAKE_STRIPFLAGS_LIB += --strip-unneeded load(qt_config) -load(platform_paths) +load(symbian/platform_paths) MMP_RULES_DONT_EXPORT_ALL_CLASS_IMPEDIMENTA = "OPTION_REPLACE ARMCC --export_all_vtbl // don't use --export_all_vtbl" MMP_RULES += PAGED |