phonesettings/cpphonesettingsplugins/tsrc/mocks/ut_mockintegrity.pro
changeset 37 ba76fc04e6c2
child 45 6b911d05207e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phonesettings/cpphonesettingsplugins/tsrc/mocks/ut_mockintegrity.pro	Fri Jun 04 10:19:18 2010 +0100
@@ -0,0 +1,64 @@
+#
+# 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 file for building unit test component
+#
+
+CONFIG += qtestlib hb
+TEMPLATE = app
+TARGET = 
+MOC_DIR = moc
+
+INCLUDEPATH += .
+INCLUDEPATH += ../../barringplugin/inc
+INCLUDEPATH += ../../callsplugin/src
+INCLUDEPATH += ../../cptelephonyutils/inc
+INCLUDEPATH += ../../divertplugin/src
+INCLUDEPATH += ../../cpnetworkplugin/src
+INCLUDEPATH += ../../cpnetworkplugin/src
+INCLUDEPATH += ../../telephonyplugin/src
+INCLUDEPATH += /sf/mw/phonesrv/cellular/telephonysettings/xqbindings/psetwrapper/src
+
+DEFINES += BUILD_CPTELEPHONYUTILS BUILD_PSETWRAPPER BUILD_SSSETTINGSWRAPPER
+DEFINES += XQSYSINFO_LIBRARY XQSETTINGSMANAGER_LIBRARY
+
+QT -= gui
+QT += testlib
+
+symbian: { 
+    CONFIG += no_icon
+    INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
+    LIBS += -lmocklib       \
+            -lsymbianmock   \
+            -lcpframework 
+}
+
+HEADERS += ut_mockintegrity.h
+
+HEADERS += ../../callsplugin/src/cpcallsplugin.h                \
+           ../../cptelephonyutils/inc/cpphonenotes.h            \
+           ../../cptelephonyutils/inc/cpplugincommon.h          \
+           /epoc32/include/platform/mw/psetwrapper.h            \
+           /epoc32/include/platform/mw/psetcliwrapper.h         \
+           /epoc32/include/platform/mw/sssettingswrapper.h      \
+           /epoc32/include/platform/mw/psetcallwaitingwrapper.h \
+           /epoc32/include/platform/mw/psetcalldivertingwrapper.h \
+           /epoc32/include/platform/mw/psetnetworkwrapper.h     \
+           /epoc32/include/platform/mw/psetcallbarringwrapper.h \
+           /epoc32/include/mw/xqsettingskey.h                   \
+           /epoc32/include/mw/xqsettingsmanager.h               \
+           /epoc32/include/mw/xqsysinfo.h
+
+SOURCES += *.cpp
+
+  
\ No newline at end of file