| author | hgs |
| Fri, 23 Jul 2010 17:31:12 -0500 | |
| changeset 45 | 612c4815aebe |
| parent 43 | 0f32e550d9d8 |
| permissions | -rw-r--r-- |
| 35 | 1 |
# |
|
20
82baf59ce8dd
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
2 |
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
82baf59ce8dd
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
3 |
# All rights reserved. |
|
82baf59ce8dd
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
4 |
# This component and the accompanying materials are made available |
|
82baf59ce8dd
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
5 |
# under the terms of "Eclipse Public License v1.0" |
|
82baf59ce8dd
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
6 |
# which accompanies this distribution, and is available |
|
82baf59ce8dd
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
7 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html". |
| 35 | 8 |
# |
|
20
82baf59ce8dd
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
9 |
# Initial Contributors: |
|
82baf59ce8dd
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
10 |
# Nokia Corporation - initial contribution. |
| 35 | 11 |
# |
|
20
82baf59ce8dd
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
12 |
# Contributors: |
| 35 | 13 |
# |
| 43 | 14 |
# Description: mpequalizerwidget unit test project file. |
| 35 | 15 |
# |
16 |
||
|
20
82baf59ce8dd
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
17 |
TEMPLATE = app |
| 43 | 18 |
CONFIG += qtestlib hb symbian_test |
| 35 | 19 |
TARGET = unittest_mpequalizerwidget |
20 |
TARGET.CAPABILITY = CAP_APPLICATION |
|
21 |
||
|
20
82baf59ce8dd
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
22 |
DEPENDPATH += . |
| 35 | 23 |
INCLUDEPATH += ./stub/inc \ |
| 43 | 24 |
../../inc \ |
25 |
../../../../inc |
|
|
20
82baf59ce8dd
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
26 |
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
| 43 | 27 |
|
28 |
LIBS += -lestor.dll \ |
|
29 |
-lfbscli.dll |
|
|
20
82baf59ce8dd
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
30 |
|
|
82baf59ce8dd
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
31 |
symbian: TARGET.EPOCALLOWDLLDATA = 1 |
|
82baf59ce8dd
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
32 |
|
| 35 | 33 |
HEADERS += stub/inc/mpengine.h \ |
| 43 | 34 |
stub/inc/mpenginefactory.h \ |
35 |
inc/unittest_mpequalizerwidget.h \ |
|
36 |
../../inc/mpequalizerwidget.h |
|
|
20
82baf59ce8dd
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
37 |
|
| 35 | 38 |
SOURCES += stub/src/mpengine.cpp \ |
| 43 | 39 |
stub/src/mpenginefactory.cpp \ |
40 |
src/unittest_mpequalizerwidget.cpp |
|
|
20
82baf59ce8dd
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
41 |