examples/Qt/sensorgesture/CoverGesture/covergesture.pro

00001 #
00002 # Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
00003 # All rights reserved.
00004 # This software, including documentation is protected by copyright controlled
00005 # by Nokia Corporation. Copying, including reproducing, storing, adapting or
00006 # translating, any or all of this material can only be done in accordance
00007 # with the Nokia Symbian License version 1.0 (or any subsequent update) or
00008 # any other license terms expressly agreed between you and Nokia.
00009 # This material contains Nokia's confidential information which
00010 # may not be disclosed to others without the prior written consent of Nokia.
00011 #
00012 # Initial Contributors:
00013 # Nokia Corporation - initial contribution.
00014 #
00015 # Contributors:
00016 #
00017 # Description: CoverGesture Recognizer Plugin project
00018 #
00019 
00020 TEMPLATE = lib
00021 TARGET = $$qtLibraryTarget(covergesture)
00022 VERSION = 1.0.0
00023 CONFIG += no_tr \
00024     plugin \
00025     mobility \
00026     sensorgesturerecognizer
00027 MOBILITY += sensors
00028 
00029 # header files
00030 HEADERS +=  \ 
00031     coverplugin.h \
00032     coverrecognizer.h 
00033 
00034 # implementation files
00035 SOURCES += \
00036     coverplugin.cpp \
00037     coverrecognizer.cpp 
00038  
00039 # resources that will be installed when installation procedure is executed 
00040 target.path = $${QT_PLUGINS_DIR}
00041 INSTALLS += target
00042 
00043 # Symbian specifications
00044 symbian: { 
00045     TARGET.EPOCALLOWDLLDATA = 1
00046     TARGET.CAPABILITY = UserEnvironment
00047     TARGET.UID3 = 0x20031EB5
00048     load(data_caging_paths)    
00049     
00050     # will upload covergesture.dll to the same directory your build target will be deployed to
00051     pluginstub.sources = covergesture.dll
00052     pluginstub.path = /resource/qt/plugins/sensorgesture
00053     DEPLOYMENT += pluginstub    
00054 }
00055 

Generated by  doxygen 1.6.2