radioapp/buildflags.pri
changeset 32 189d20c34778
parent 28 075425b8d9a4
child 33 11b6825f0862
equal deleted inserted replaced
28:075425b8d9a4 32:189d20c34778
    20 # Add or remove comments to disable or enable the features
    20 # Add or remove comments to disable or enable the features
    21 # ##########################################################
    21 # ##########################################################
    22 
    22 
    23 # Use of some debugging controls that are not part of official UI spec
    23 # Use of some debugging controls that are not part of official UI spec
    24 # RADIOFLAGS += USE_DEBUGGING_CONTROLS
    24 # RADIOFLAGS += USE_DEBUGGING_CONTROLS
    25 
       
    26 # Reads the layout docml files and images from e:/radiotest/ folder
       
    27 # RADIOFLAGS += USE_LAYOUT_FROM_E_DRIVE
       
    28 
    25 
    29 # Flag to use dummy radio data read from XML file
    26 # Flag to use dummy radio data read from XML file
    30 # RADIOFLAGS += USE_DUMMY_RADIO_DATA
    27 # RADIOFLAGS += USE_DUMMY_RADIO_DATA
    31 
    28 
    32 # Functional testing
    29 # Functional testing
   121 USE_UNFROZEN_EXPORTS {
   118 USE_UNFROZEN_EXPORTS {
   122     symbian:MMP_RULES   += "exportunfrozen"
   119     symbian:MMP_RULES   += "exportunfrozen"
   123     symbian:DEF_FILE    = not_used.def
   120     symbian:DEF_FILE    = not_used.def
   124 }
   121 }
   125 
   122 
   126 # $$_PRO_FILE_PWD_ points to the directory of the pro file
   123 # Place generated files away from the source folder
   127 MOC_DIR         = $$_PRO_FILE_PWD_/tmp
   124 MOC_DIR         = /epoc32/build/radioapp/$$TMP_DIR_NAME
   128 RCC_DIR         = $$_PRO_FILE_PWD_/tmp
   125 RCC_DIR         = /epoc32/build/radioapp/$$TMP_DIR_NAME
   129 OBJECTS_DIR     = $$_PRO_FILE_PWD_/tmp
   126 OBJECTS_DIR     = /epoc32/build/radioapp/$$TMP_DIR_NAME
   130 UI_DIR          = $$_PRO_FILE_PWD_/tmp
       
   131 UI_HEADERS_DIR  = $$_PRO_FILE_PWD_/tmp
       
   132 UI_SOURCES_DIR  = $$_PRO_FILE_PWD_/tmp