messagingapp/msgutils/unidatautils/unidatamodelloader/unidatamodelloader.pro
changeset 37 518b245aa84c
parent 25 84d9eb65b26f
child 67 fc91263aee62
equal deleted inserted replaced
25:84d9eb65b26f 37:518b245aa84c
    48      "$${LITERAL_HASH}include <platform_paths.hrh>" \
    48      "$${LITERAL_HASH}include <platform_paths.hrh>" \
    49     "rom/unidatamodelloader.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(unidatamodelloader.iby)"
    49     "rom/unidatamodelloader.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(unidatamodelloader.iby)"
    50 
    50 
    51 MMP_RULES += "SOURCEPATH ."
    51 MMP_RULES += "SOURCEPATH ."
    52 
    52 
       
    53 defBlock = \      
       
    54 	  "$${LITERAL_HASH}if defined(EABI)" \
       
    55 	  "DEFFILE  ../eabi/unidatamodelloader.def" \
       
    56              "$${LITERAL_HASH}else" \
       
    57              "DEFFILE  ../bwins/unidatamodelloader.def" \
       
    58              "$${LITERAL_HASH}endif"
       
    59 	
       
    60 MMP_RULES += defBlock
       
    61 
    53 SOURCES += src/unidatamodelloader.cpp
    62 SOURCES += src/unidatamodelloader.cpp
    54     
    63     
    55 LIBS += -lQtCore
    64 LIBS += -lQtCore
    56 
    65