ui/widgets/glxzoomwidget/glxzoomwidget.pro
changeset 48 d0b4e67b3a60
parent 36 6481344a6d67
child 45 863223ea6961
equal deleted inserted replaced
36:6481344a6d67 48:d0b4e67b3a60
    39 TARGET.EPOCALLOWDLLDATA = 1
    39 TARGET.EPOCALLOWDLLDATA = 1
    40 TARGET.CAPABILITY = ALL -TCB 
    40 TARGET.CAPABILITY = ALL -TCB 
    41 }
    41 }
    42 
    42 
    43 exportfile = "inc/glxzoomwidget.h APP_LAYER_PLATFORM_EXPORT_PATH(glxzoomwidget.h)"
    43 exportfile = "inc/glxzoomwidget.h APP_LAYER_PLATFORM_EXPORT_PATH(glxzoomwidget.h)"
       
    44 exportfile += "inc/glxzoomwidget_global.h APP_LAYER_PLATFORM_EXPORT_PATH(glxzoomwidget_global.h)"
    44 BLD_INF_RULES.prj_exports += exportfile
    45 BLD_INF_RULES.prj_exports += exportfile
    45 
    46 
    46 # Input
    47 # Input
    47 HEADERS += inc/glxzoomwidget.h inc/glxzoomwidget_global.h
    48 HEADERS += inc/glxzoomwidget.h inc/glxzoomwidget_global.h
    48 SOURCES += src/glxzoomwidget.cpp
    49 SOURCES += src/glxzoomwidget.cpp
       
    50 
       
    51 defBlock = \      
       
    52 "$${LITERAL_HASH}if defined(EABI)" \
       
    53 "DEFFILE  ../eabi/glxzoomwidget.def" \
       
    54 	 "$${LITERAL_HASH}else" \
       
    55 	 "DEFFILE  ../bwins/glxzoomwidget.def" \
       
    56              "$${LITERAL_HASH}endif"
       
    57 	
       
    58 MMP_RULES += defBlock