videoplayerapp/videoplayerengine/videoplayerengine.pro
changeset 65 a9d57bd8d7b7
parent 62 0e1e938beb1a
equal deleted inserted replaced
62:0e1e938beb1a 65:a9d57bd8d7b7
    12 # Contributors:
    12 # Contributors:
    13 # 
    13 # 
    14 # Description: Project file for building Videoplayer components
    14 # Description: Project file for building Videoplayer components
    15 #
    15 #
    16 #
    16 #
    17 # Version : %version: 32 %
    17 # Version : %version: 33 %
    18 
    18 
    19 
    19 
    20 TEMPLATE = lib
    20 TEMPLATE = lib
    21 CONFIG += hb qt dll
    21 CONFIG += hb qt dll
    22 TARGET = videoplayerengine
    22 TARGET = videoplayerengine
    36         "DEFFILE ../eabi/videoplayerengine.def" \
    36         "DEFFILE ../eabi/videoplayerengine.def" \
    37         "$${LITERAL_HASH}else" \
    37         "$${LITERAL_HASH}else" \
    38         "DEFFILE ../bwins/videoplayerengine.def" \
    38         "DEFFILE ../bwins/videoplayerengine.def" \
    39         "$${LITERAL_HASH}endif"
    39         "$${LITERAL_HASH}endif"
    40     MMP_RULES += defBlock SMPSAFE
    40     MMP_RULES += defBlock SMPSAFE
       
    41     VERSION = 10.0
    41 }
    42 }
    42 
    43 
    43 INCLUDEPATH += ../../inc \
    44 INCLUDEPATH += ../../inc \
    44                ../inc
    45                ../inc
    45 
    46