qtinternetradio/irqdiskspacewatcher/irqdiskspacewatcher.pro
changeset 0 09774dfdd46b
equal deleted inserted replaced
-1:000000000000 0:09774dfdd46b
       
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 #
       
     8 # Initial Contributors:
       
     9 # Nokia Corporation - initial contribution.
       
    10 #
       
    11 # Contributors:
       
    12 #
       
    13 # Description:
       
    14 
       
    15 TEMPLATE = lib
       
    16 TARGET = irqdiskspacewatcher
       
    17 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    18 
       
    19 MOC_DIR = moc
       
    20 
       
    21 DEPENDPATH += src
       
    22 INCLUDEPATH += inc 
       
    23 
       
    24 symbian{
       
    25   TARGET.UID3 = 0xe14876d7
       
    26   TARGET.EPOCALLOWDLLDATA = 1
       
    27 }
       
    28 
       
    29 LIBS += -lefsrv \
       
    30         -lplatformenv
       
    31 
       
    32 
       
    33 # Input
       
    34 HEADERS += inc\irqdiskspaceobserver.h \
       
    35            inc\irqdiskspaceobserverinterface.h \
       
    36            inc\irqdiskspacewatcher.h
       
    37 
       
    38 SOURCES += irqdiskspaceobserver.cpp \
       
    39            irqdiskspacewatcher.cpp
       
    40 
       
    41 include(../common.pri)
       
    42 
       
    43 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    44 
       
    45 !exists( $(RVCT22BIN) ) {       
       
    46         !exists( $(RVCT31BIN) ) {
       
    47            exists( $(RVCT40BIN) ) {       
       
    48                QMAKE_CFLAGS.ARMCC += --import_all_vtbl   
       
    49            }           
       
    50         }
       
    51  }