hgcacheproxymodel/tsrc/unit/unittest_hgcacheproxymodel.pro
author William Roberts <williamr@symbian.org>
Fri, 11 Jun 2010 16:25:05 +0100
branchGCC_SURGE
changeset 4 463f1934e292
parent 2 49c70dcc3f17
child 6 1cdcc61142d2
permissions -rw-r--r--
Branch for GCC_SURGE fixes

# 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