qtmobileextensions/src/keycapture/tsrc/tsrc.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 08:34:25 +0300
changeset 26 3d09643def13
parent 24 9d760f716ca8
permissions -rw-r--r--
Revision: 201035 Kit: 201037

#
# 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 += . \
               stub \ 
               $$MW_LAYER_SYSTEMINCLUDE \
               /epoc32/include/mw/qt \
               /epoc32/include/mw/qttest

TARGET.CAPABILITY = ALL -TCB

DEFINES += _XQKEYCAPTURE_UNITTEST_

SOURCES += test_xqkeycapture.cpp \
           mytestwindowgroup.cpp \
           ../xqkeycapture.cpp \
           stub/remconcoreapitarget.cpp \
           stub/remconinterfaceselector.cpp \
           stub/remconcallhandlingtarget.cpp \
           stub/remconinterfacebase.cpp
           
HEADERS += mytestwindowgroup.h \
           ../xqkeycapture.h \
           ../keycapture_p.h \
           ../txlogger.h \
           stub/remconcoreapitarget.h \
           stub/remconinterfaceselector.h \
           stub/remconcallhandlingtarget.h \
           stub/remconinterfacebase.h
  
symbian {
    LIBS += -lremconcoreapi
        
    HEADERS += ../keycapture_s60_p.h \
               ../capturerequest_s60.h \
               ../keymapper.h \                 
               ../responsehandler.h \
               ../responsehandlerex.h \
               ../targetwrapper.h
                        
    SOURCES +=../keycapture_s60_p.cpp \
              ../capturerequest_s60.cpp \
              ../keymapper.cpp \                        
              ../responsehandler.cpp \
              ../responsehandlerex.cpp \
              ../targetwrapper.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