phonebookengines/cntlistmodel/tsrc/ut_mobcntmodel/ut_mobcntmodel.pro
changeset 46 efe85016a067
parent 40 b46a585f6909
child 47 7cbcb2896f0e
--- a/phonebookengines/cntlistmodel/tsrc/ut_mobcntmodel/ut_mobcntmodel.pro	Fri Jun 11 13:29:23 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,63 +0,0 @@
-#                                                                    
-# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).   
-# All rights reserved.                                                
-# This component and the accompanying materials are made available    
-# under the terms of "Eclipse Public License v1.0"    
-# which accompanies this distribution, and is available               
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".   
-#                                                                     
-# Initial Contributors:                                               
-# Nokia Corporation - initial contribution.                           
-#                                                                     
-# Contributors:                                                       
-#                                                                     
-# Description:                                                        
-#                                                                     
-#
-
-
-TEMPLATE = app
-TARGET =
-
-DEFINES += QT_NO_DEBUG_OUTPUT
-DEFINES += QT_NO_WARNING_OUTPUT
-DEFINES += CNTLISTMODEL_NO_EXPORT
-    
-MOC_DIR = moc
-
-QT += testlib xml
-
-CONFIG += hb
-
-TARGET.CAPABILITY = ALL \
-    -TCB
-
-INCLUDEPATH += .
-INCLUDEPATH += ../../inc
-INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
-    
-HEADERS += inc/testrunner.h
-HEADERS += inc/ut_mobcntmodel.h
-HEADERS += ../../inc/cntlistmodelglobal.h \
-           ../../inc/cntlistmodel.h \
-           ../../inc/cntlistmodel_p.h \
-           ../../inc/cntcache.h \
-           ../../inc/cntcache_p.h \
-           ../../inc/cntinfoprovider.h \
-           ../../inc/cntdefaultinfoprovider.h
-
-SOURCES += src/testrunner.cpp
-SOURCES += src/main.cpp
-SOURCES += src/ut_mobcntmodel.cpp
-SOURCES += ../../src/cntlistmodel.cpp
-SOURCES += ../../src/cntcache.cpp
-SOURCES += ../../src/cntcache_p.cpp
-SOURCES += ../../src/cntdefaultinfoprovider.cpp
-
-BLD_INF_RULES.prj_exports += "image1.png /epoc32/winscw/c/data/images/"
-BLD_INF_RULES.prj_exports += "image2.png /epoc32/winscw/c/data/images/"
-    
-LIBS += -lQtContacts \
-        -lhbcore \
-        -lthumbnailmanagerqt
-