35
|
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 |
#
|
36
|
14 |
# Description:
|
35
|
15 |
#
|
|
16 |
|
|
17 |
TEMPLATE = app
|
|
18 |
CONFIG += qtestlib \
|
|
19 |
symbian_test \
|
|
20 |
hb
|
|
21 |
QT += webkit \
|
|
22 |
network \
|
|
23 |
xml
|
|
24 |
|
|
25 |
TARGET =
|
|
26 |
DEPENDPATH += .
|
|
27 |
INCLUDEPATH += ./stub/inc \
|
|
28 |
../../inc \
|
|
29 |
../../../../inc
|
|
30 |
|
|
31 |
|
|
32 |
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
|
|
33 |
|
47
|
34 |
LIBS += -lqtbearer.dll \
|
|
35 |
-lxqsysinfo
|
35
|
36 |
|
|
37 |
# Input
|
|
38 |
HEADERS += inc/unittest_mpquerymanager.h \
|
36
|
39 |
../../inc/mpquerymanager.h \
|
|
40 |
stub/inc/thumbnailmanager_qt.h
|
35
|
41 |
|
|
42 |
|
|
43 |
SOURCES += src/unittest_mpquerymanager.cpp \
|
36
|
44 |
../../src/mpquerymanager.cpp \
|
|
45 |
stub/src/thumbnailmanager_qt.cpp
|
35
|
46 |
|
|
47 |
|