diff -r 885c2596c964 -r 5d007b20cfd0 qtmobileextensions/src/keycapture/tsrc/tsrc.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qtmobileextensions/src/keycapture/tsrc/tsrc.pro Tue Aug 31 16:02:37 2010 +0300 @@ -0,0 +1,76 @@ +# +# 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 +