qtmobileextensions/src/keycapture/tsrc/tsrc.pro
branchRCL_3
changeset 10 cd2778e5acfe
parent 9 5d007b20cfd0
child 11 19a54be74e5e
--- a/qtmobileextensions/src/keycapture/tsrc/tsrc.pro	Tue Aug 31 16:02:37 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,76 +0,0 @@
-#
-# 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
-