equal
deleted
inserted
replaced
|
1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 # All rights reserved. |
|
3 # This component and the accompanying materials are made available |
|
4 # under the terms of "Eclipse Public License v1.0" |
|
5 # which accompanies this distribution, and is available |
|
6 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 # Initial Contributors: |
|
8 # Nokia Corporation - initial contribution. |
|
9 # Contributors: |
|
10 # Description: |
|
11 |
|
12 TEMPLATE = app |
|
13 TARGET = unittest_hgcacheproxymodel |
|
14 |
|
15 #fix that later |
|
16 #CONFIG += symbian_test |
|
17 |
|
18 INCLUDEPATH += . \ |
|
19 $$APP_LAYER_SYSTEMINCLUDE \ |
|
20 $$MW_LAYER_SYSTEMINCLUDE \ |
|
21 ../../inc |
|
22 |
|
23 TARGET.CAPABILITY = ALL -TCB |
|
24 |
|
25 DEFINES += _CACHEPROXYDATAMODEL_UNITTEST_LOG_TO_C |
|
26 |
|
27 # Input |
|
28 LIBS += -lhgcacheproxymodel \ |
|
29 -lthumbnailmanagerqt |
|
30 |
|
31 SOURCES += test_hgcacheproxydatamodel.cpp \ |
|
32 bmhelper.cpp \ |
|
33 ../../src/hgbuffermanager.cpp \ |
|
34 dataproviderhelper.cpp \ |
|
35 cacheproxyhelper.cpp \ |
|
36 # simpledataprovider.cpp\ |
|
37 |
|
38 HEADERS += test_hgcacheproxydatamodel.h \ |
|
39 bmhelper.h \ |
|
40 ../../inc/hgbuffermanager.h \ |
|
41 dataproviderhelper.h \ |
|
42 cacheproxyhelper.h \ |
|
43 # simpledataprovider.h\ |
|
44 |
|
45 CONFIG += qtestlib console |
|
46 |
|
47 #RESOURCES += unittest_hgcacheproxymodel.qrc |