author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 04 Oct 2010 00:16:48 +0300 | |
changeset 77 | 2be0b271d017 |
parent 64 | 6aaf0276100e |
child 78 | baacf668fe89 |
permissions | -rw-r--r-- |
37 | 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 |
||
56
5bcb308bd24d
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
45
diff
changeset
|
32 |
DEFINES += BUILD_CPTELEPHONYUTILS BUILD_PSETWRAPPER BUILD_SSSETTINGSWRAPPER BUILD_PSUINOTES |
5bcb308bd24d
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
45
diff
changeset
|
33 |
DEFINES += XQSYSINFO_LIBRARY XQSETTINGSMANAGER_LIBRARY QT_BUILD_SYSINFO_LIB QT_MAKEDLL |
37 | 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 |
||
64
6aaf0276100e
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
56
diff
changeset
|
48 |
HEADERS += ../../callsplugin/src/*.h \ |
6aaf0276100e
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
56
diff
changeset
|
49 |
../../barringplugin/inc/*.h \ |
6aaf0276100e
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
56
diff
changeset
|
50 |
../../cpnetworkplugin/src/*.h \ |
37 | 51 |
../../cptelephonyutils/inc/cpplugincommon.h \ |
45
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
52 |
../../cptelephonyutils/inc/cpphonelocalisation.h \ |
64
6aaf0276100e
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
56
diff
changeset
|
53 |
../../telephonyplugin/src/cptelephonypluginview.h \ |
37 | 54 |
/epoc32/include/platform/mw/psetwrapper.h \ |
56
5bcb308bd24d
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
45
diff
changeset
|
55 |
/epoc32/include/platform/mw/psuinotes.h \ |
37 | 56 |
/epoc32/include/platform/mw/psetcliwrapper.h \ |
57 |
/epoc32/include/platform/mw/sssettingswrapper.h \ |
|
58 |
/epoc32/include/platform/mw/psetcallwaitingwrapper.h \ |
|
59 |
/epoc32/include/platform/mw/psetcalldivertingwrapper.h \ |
|
60 |
/epoc32/include/platform/mw/psetnetworkwrapper.h \ |
|
61 |
/epoc32/include/platform/mw/psetcallbarringwrapper.h \ |
|
45
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
62 |
/epoc32/include/platform/mw/xqsettingskey.h \ |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
63 |
/epoc32/include/platform/mw/xqsettingsmanager.h \ |
56
5bcb308bd24d
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
45
diff
changeset
|
64 |
/epoc32/include/platform/mw/xqsysinfo.h \ |
5bcb308bd24d
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
45
diff
changeset
|
65 |
/epoc32/include/mw/qsysteminfo.h |
37 | 66 |
|
67 |
SOURCES += *.cpp |
|
77
2be0b271d017
Revision: 201037
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
64
diff
changeset
|
68 |
|
2be0b271d017
Revision: 201037
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
64
diff
changeset
|
69 |
|
2be0b271d017
Revision: 201037
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
64
diff
changeset
|
70 |
|
2be0b271d017
Revision: 201037
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
64
diff
changeset
|
71 |
symbian:MMP_RULES += SMPSAFE |