hgcacheproxymodel/tsrc/unit/unittest_hgcacheproxymodel.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 14 May 2010 16:57:01 +0300
changeset 2 49c70dcc3f17
parent 1 e48454f237ca
child 6 1cdcc61142d2
permissions -rw-r--r--
Revision: 201017 Kit: 201019

# 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

HEADERS += test_hgcacheproxydatamodel.h \
			bmhelper.h \
			../../inc/hgbuffermanager.h \
			dataproviderhelper.h \
			cacheproxyhelper.h

CONFIG += qtestlib console

#RESOURCES += unittest_hgcacheproxymodel.qrc