From 07516d977c63dec1a36832982b04986ec3c979dc Mon Sep 17 00:00:00 2001 From: axis Date: Fri, 4 Sep 2009 14:31:03 +0200 Subject: Fixed the expfile not being included in the link step. --- mkspecs/symbian/linux-armcc/features/default_post.prf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v0.12