searchengine/util/qautils/group/qautils.mmp
changeset 0 671dee74050a
equal deleted inserted replaced
-1:000000000000 0:671dee74050a
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: This is the project specification file for QaUtils
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 TARGET		  libqautils.lib
       
    20 TARGETTYPE	  lib
       
    21 UID			 0
       
    22 
       
    23 OPTION CW -wchar_t on
       
    24 MACRO _WCHAR_T_DECLARED
       
    25 
       
    26 USERINCLUDE	    ../inc
       
    27 
       
    28 MW_LAYER_SYSTEMINCLUDE
       
    29 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    30 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    31 SYSTEMINCLUDE     /epoc32/include/stdapis/stlportv5
       
    32 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    33 
       
    34 
       
    35 SOURCEPATH	  ../src
       
    36 SOURCE		  memoryrecorder.cpp CLog.cpp
       
    37 
       
    38 //LIBRARY           libc.lib
       
    39 //LIBRARY           libglib.lib
       
    40 //LIBRARY           libstdcpp.lib
       
    41 //LIBRARY           euser.lib
       
    42 
       
    43 #ifdef ENABLE_ABIV2_MODE
       
    44 DEBUGGABLE
       
    45 #endif