qtinternetradio/irqstatisticsreporter/irqstatisticsreporter.pro
changeset 3 ee64f059b8e1
child 11 f683e24efca3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qtinternetradio/irqstatisticsreporter/irqstatisticsreporter.pro	Fri May 14 15:43:29 2010 +0300
@@ -0,0 +1,72 @@
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:  
+#
+# Description:  Project definition file for internet radio statisticsreport
+
+TEMPLATE = lib
+TARGET = irqstatisticsreporter
+QT -= gui
+CONFIG += dll
+DEFINES += BUILD_IRQSTATISTICSREPORTER_DLL
+
+symbian{
+  TARGET.UID3 = 0xe3801560
+  TARGET.EPOCALLOWDLLDATA = 1
+  TARGET.CAPABILITY = CAP_GENERAL_DLL
+  SYMBIAN_PLATFORMS = WINSCW ARMV5
+}
+
+########## Dependency Path ##############################
+MOC_DIR = moc
+DEPENDPATH += src
+INCLUDEPATH += inc \
+               ../irqcommon\inc \
+               ../irqisdsclient/inc \
+               ../irqnetworkcontroller/inc \
+               ../irqnwkinfoobserver/inc \
+               ../irqlogger/inc \
+               ../irqsettings/inc
+symbian{
+INCLUDEPATH += ../../internetradio2.0/sessionloginc
+}
+
+
+########## Dependency Libs ##############################
+
+LIBS += -lirqnetworkcontroller \
+        -lirqisdsclient \
+        -lirqnwkinfoobserver \
+        -lirqlogger \
+        -lirqsettings
+
+symbian{
+LIBS += -lirsessionlog
+}
+
+########## Input ##############################
+HEADERS += inc/irqstatisticsreporter.h \
+           inc/irqstatisticsreporterexporter.h
+SOURCES += irqstatisticsreporter.cpp
+
+symbian{
+HEADERS += inc/irqstatisticsreporter_symbian_p.h
+SOURCES += irqstatisticsreporter_symbian_p.cpp
+}
+
+########## Others ##############################
+!exists( $(RVCT22BIN) ) {       
+        !exists( $(RVCT31BIN) ) {
+           exists( $(RVCT40BIN) ) {       
+               QMAKE_CFLAGS.ARMCC += --import_all_vtbl   
+           }           
+        }
+ }
\ No newline at end of file