imagehandlingutilities/thumbnailmanager/thumbnailmanagerqt/tsrc/test_qtnmwrapper.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 16 Apr 2010 15:16:16 +0300
changeset 15 7197e789b953
child 22 a67f74060682
permissions -rw-r--r--
Revision: 201011 Kit: 201015

#
# 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 = test_qtnmwrapper
CONFIG += symbian_test

INCLUDEPATH += .
INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
               /epoc32/include/mw/qt \
               /epoc32/include/mw/qttest \
               ../inc

TARGET.CAPABILITY = ALL -TCB
#DEFINES += _LOG_TO_C_

# Input
LIBS +=     -lthumbnailmanager \
            -lfbscli \
            -lthumbnailmanagerqt

SOURCES +=  test_qtnmwrapper.cpp \
            ../src/thumbnailmanager_p_qt.cpp
            
HEADERS += ../inc/thumbnailmanager_p_qt.h

CONFIG += qtestlib console

icons.sources += tnmwrapper_tsrc.png
icons.sources += tnmwrapper_tsrc.mbm
icons.path = /
DEPLOYMENT += icons
#needed to make directory /shared/EUnit/logs/ so that test result can be written
testres.sources += distribution.policy.s60
testres.path = /shared/EUnit/logs/
DEPLOYMENT += testres