qtmobileextensions/src/keycapture/tsrc/tsrc.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 02 Sep 2010 21:20:48 +0300
changeset 24 9d760f716ca8
parent 4 90517678cc4f
child 26 3d09643def13
permissions -rw-r--r--
Revision: 201033 Kit: 201035

#
# 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_xqkeycapture


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

TARGET.CAPABILITY = ALL -TCB

# Input
# LIBS += 

DEFINES += _XQKEYCAPTURE_UNITTEST_

SOURCES += test_xqkeycapture.cpp \
            mytestwindowgroup.cpp

HEADERS += mytestwindowgroup.h

HEADERS += \
  ../xqkeycapture.h \
  ../keycapture_p.h \
  ../txlogger.h

SOURCES += \
  ../xqkeycapture.cpp
  
symbian { 

    LIBS += -lremconinterfacebase -lremconcoreapi -lremconextensionapi
	
    HEADERS += ../keycapture_s60_p.h \
            ../capturerequest_s60.h \
			../keymapper.h \
			../targetwrapper.h \
			../responsehandler.h \
			../responsehandlerex.h
			
    SOURCES +=../keycapture_s60_p.cpp \
            ../capturerequest_s60.cpp \
			../keymapper.cpp \
			../targetwrapper.cpp \
			../responsehandler.cpp \
			../responsehandlerex.cpp
	
	sourcefiles.sources += /sf/mw/qt/src/gui/kernel/qkeymapper_s60.cpp
	sourcefiles.sources += ../keymapper.cpp

	sourcefiles.path = /
    DEPLOYMENT += sourcefiles
} else { 
    HEADERS += ../keycapture_stub_p.h
    SOURCES += ./keycapture_stub_p.cpp
}

CONFIG += qtestlib console