1 # |
|
2 # Copyright (c) 2009 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: Project file for building unit test component |
|
15 # |
|
16 |
|
17 CONFIG += qtestlib hb |
|
18 TEMPLATE = app |
|
19 TARGET = |
|
20 MOC_DIR = moc |
|
21 |
|
22 INCLUDEPATH += . |
|
23 INCLUDEPATH += ../../barringplugin/inc |
|
24 INCLUDEPATH += ../../callsplugin/src |
|
25 INCLUDEPATH += ../../cptelephonyutils/inc |
|
26 INCLUDEPATH += ../../divertplugin/src |
|
27 INCLUDEPATH += ../../cpnetworkplugin/src |
|
28 INCLUDEPATH += ../../cpnetworkplugin/src |
|
29 INCLUDEPATH += ../../telephonyplugin/src |
|
30 INCLUDEPATH += /sf/mw/phonesrv/cellular/telephonysettings/xqbindings/psetwrapper/src |
|
31 |
|
32 DEFINES += BUILD_CPTELEPHONYUTILS BUILD_PSETWRAPPER BUILD_SSSETTINGSWRAPPER |
|
33 DEFINES += XQSYSINFO_LIBRARY XQSETTINGSMANAGER_LIBRARY |
|
34 |
|
35 QT -= gui |
|
36 QT += testlib |
|
37 |
|
38 symbian: { |
|
39 CONFIG += no_icon |
|
40 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE |
|
41 LIBS += -lmocklib \ |
|
42 -lsymbianmock \ |
|
43 -lcpframework |
|
44 } |
|
45 |
|
46 HEADERS += ut_mockintegrity.h |
|
47 |
|
48 HEADERS += ../../callsplugin/src/cpcallsplugin.h \ |
|
49 ../../cptelephonyutils/inc/cpphonenotes.h \ |
|
50 ../../cptelephonyutils/inc/cpplugincommon.h \ |
|
51 /epoc32/include/platform/mw/psetwrapper.h \ |
|
52 /epoc32/include/platform/mw/psetcliwrapper.h \ |
|
53 /epoc32/include/platform/mw/sssettingswrapper.h \ |
|
54 /epoc32/include/platform/mw/psetcallwaitingwrapper.h \ |
|
55 /epoc32/include/platform/mw/psetcalldivertingwrapper.h \ |
|
56 /epoc32/include/platform/mw/psetnetworkwrapper.h \ |
|
57 /epoc32/include/platform/mw/psetcallbarringwrapper.h \ |
|
58 /epoc32/include/mw/xqsettingskey.h \ |
|
59 /epoc32/include/mw/xqsettingsmanager.h \ |
|
60 /epoc32/include/mw/xqsysinfo.h |
|
61 |
|
62 SOURCES += *.cpp |
|
63 |
|
64 |
|