diff -r dee5afe5301f -r 3f74d0d4af4c mkspecs/features/symbian/def_files.prf --- a/mkspecs/features/symbian/def_files.prf Mon Mar 15 12:43:09 2010 +0200 +++ b/mkspecs/features/symbian/def_files.prf Thu Apr 08 14:19:33 2010 +0300 @@ -19,16 +19,10 @@ "$${LITERAL_HASH}elif defined EABI" \ "DEFFILE $$defFilePath/eabi/$${TARGET}.def" \ "$${LITERAL_HASH}endif" - } else { - # If defFilePath is not defined, then put the folders containing the DEF files at the - # same level as the .pro (and generated MMP) file(s) - defBlock = \ - "$${LITERAL_HASH}ifdef WINSCW" \ - "DEFFILE ./bwins/$${TARGET}.def" \ - "$${LITERAL_HASH}elif defined EABI" \ - "DEFFILE ./eabi/$${TARGET}.def" \ - "$${LITERAL_HASH}endif" + + MMP_RULES += defBlock } - MMP_RULES += defBlock + } } +