diff options
author | axis <qt-info@nokia.com> | 2009-09-04 12:31:03 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-10-23 15:32:22 (GMT) |
commit | 07516d977c63dec1a36832982b04986ec3c979dc (patch) | |
tree | 5fd8e42520ce446864559bbb4fd5ce3f1512f894 /mkspecs/symbian | |
parent | ec7009af05cc91797ac90292add5e4dd5cea2973 (diff) | |
download | Qt-07516d977c63dec1a36832982b04986ec3c979dc.zip Qt-07516d977c63dec1a36832982b04986ec3c979dc.tar.gz Qt-07516d977c63dec1a36832982b04986ec3c979dc.tar.bz2 |
Fixed the expfile not being included in the link step.
Diffstat (limited to 'mkspecs/symbian')
-rw-r--r-- | mkspecs/symbian/linux-armcc/features/default_post.prf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mkspecs/symbian/linux-armcc/features/default_post.prf b/mkspecs/symbian/linux-armcc/features/default_post.prf index d575737..e7f658b 100644 --- a/mkspecs/symbian/linux-armcc/features/default_post.prf +++ b/mkspecs/symbian/linux-armcc/features/default_post.prf @@ -13,7 +13,8 @@ deffile.CONFIG = no_link combine expfile.input = DEFFILE expfile.output = $$OBJECTS_DIR/$${TARGET}.exp expfile.commands = makeexpfile ${QMAKE_FILE_NAME} $$OBJECTS_DIR/$${TARGET}.exp -expfile.variable_out = PRE_TARGETDEPS +expfile.variable_out = QMAKE_LIBS +expfile.CONFIG = target_predeps ordinalmap.input = DEFFILE ordinalmap.output = $$OBJECTS_DIR/$${TARGET}.lib |