usbuis/usbuiqt/usbapplication.pro
changeset 44 5323ec7dc425
parent 43 4712310216c0
child 45 718eb10f3711
equal deleted inserted replaced
43:4712310216c0 44:5323ec7dc425
     1 #
     1 #
     2 # ============================================================================
     2 # ============================================================================
     3 #  Name        : usbapplication.pro
     3 #  Name        : usbapplication.pro
     4 #  Part of     : USB / USB Settings Application       *** Info from the SWAD
     4 #  Part of     : USB / USB Settings Application       *** Info from the SWAD
     5 #  Description : Project definition file for project USB Settings Application
     5 #  Description : Project definition file for project USB Settings Application
     6 #  Version     : %version: 3 % << Don't touch! Updated by Synergy at check-out.
     6 #  Version     : %version: 5 % << Don't touch! Updated by Synergy at check-out.
     7 #
     7 #
     8 #  Copyright © 2009 Nokia.  All rights reserved.
     8 #  Copyright © 2009 Nokia.  All rights reserved.
     9 #  This material, including documentation and any related computer
     9 #  This material, including documentation and any related computer
    10 #  programs, is protected by copyright controlled by Nokia.  All
    10 #  programs, is protected by copyright controlled by Nokia.  All
    11 #  rights are reserved.  Copying, including reproducing, storing,
    11 #  rights are reserved.  Copying, including reproducing, storing,
    42 FORMS += 
    42 FORMS += 
    43 RESOURCES += src/usbicons.qrc \
    43 RESOURCES += src/usbicons.qrc \
    44     src/usbapplication.qrc
    44     src/usbapplication.qrc
    45 CONFIG += qt \
    45 CONFIG += qt \
    46     hb
    46     hb
    47     
    47 
    48 TRANSLATIONS=usbapplication.ts
    48 TRANSLATIONS=usbapplication.ts 
    49     
    49     
    50 symbian: {
    50 symbian: {
    51 
       
    52     TARGET.UID3 = 0x2002BCA3
    51     TARGET.UID3 = 0x2002BCA3
    53     TARGET.CAPABILITY = LocalServices \
    52     TARGET.CAPABILITY = LocalServices \
    54         WriteDeviceData
    53         WriteDeviceData
    55 
    54 
    56 	# for pkg
    55 	# for pkg
    57 	usbuitranslation.sources = src/usbapplication.qm
    56 	usbuitranslation.sources = src/usbapplication.qm
    58 	usbuitranslation.path = /resource
    57 	usbuitranslation.path = /resource
    59 	DEPLOYMENT += usbuitranslation
    58 	DEPLOYMENT += usbuitranslation
    60 
    59 
    61     BLD_INF_RULES.prj_exports += "./src/usbapplication.qm z:/resource/usbapplication.qm"
    60     BLD_INF_RULES.prj_exports += "./src/usbapplication.qm z:/resource/usbapplication.qm"
    62 
       
    63 }
    61 }
    64 
    62 
    65 # placeholder for creating sis file
    63 # placeholder for creating sis file
    66 createsis.commands += ( makesis -v usbapplication.pkg ); \
    64 createsis.commands += ( makesis -v usbapplication.pkg ); \
    67     && \
    65     && \