--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/hgcacheproxymodel/tsrc/unit/unittest_hgcacheproxymodel.pro Mon May 03 13:32:54 2010 +0300
@@ -0,0 +1,47 @@
+# 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 = unittest_hgcacheproxymodel
+
+#fix that later
+#CONFIG += symbian_test
+
+INCLUDEPATH += . \
+ $$APP_LAYER_SYSTEMINCLUDE \
+ $$MW_LAYER_SYSTEMINCLUDE \
+ ../../inc
+
+TARGET.CAPABILITY = ALL -TCB
+
+DEFINES += _CACHEPROXYDATAMODEL_UNITTEST_LOG_TO_C
+
+# Input
+LIBS += -lhgcacheproxymodel \
+ -lthumbnailmanagerqt
+
+SOURCES += test_hgcacheproxydatamodel.cpp \
+ bmhelper.cpp \
+ ../../src/hgbuffermanager.cpp \
+ dataproviderhelper.cpp \
+ cacheproxyhelper.cpp \
+# simpledataprovider.cpp\
+
+HEADERS += test_hgcacheproxydatamodel.h \
+ bmhelper.h \
+ ../../inc/hgbuffermanager.h \
+ dataproviderhelper.h \
+ cacheproxyhelper.h \
+# simpledataprovider.h\
+
+CONFIG += qtestlib console
+
+#RESOURCES += unittest_hgcacheproxymodel.qrc
\ No newline at end of file