39
|
1 |
#
|
|
2 |
# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
# All rights reserved.
|
|
4 |
# This component and the accompanying materials are made available
|
|
5 |
# under the terms of "Eclipse Public License v1.0"
|
|
6 |
# which accompanies this distribution, and is available
|
|
7 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
#
|
|
9 |
# Initial Contributors:
|
|
10 |
# Nokia Corporation - initial contribution.
|
|
11 |
#
|
|
12 |
# Contributors:
|
|
13 |
#
|
|
14 |
# Description: Project file for ictsqtwrapper.dll
|
|
15 |
#
|
|
16 |
|
|
17 |
TEMPLATE = lib
|
|
18 |
TARGET = ictsqtwrapper
|
|
19 |
TARGET.CAPABILITY = CAP_GENERAL_DLL
|
|
20 |
|
|
21 |
#BUILD_DLL macro is used to define export macro
|
|
22 |
DEFINES += BUILD_ICTSQTWRAPPER_DLL
|
|
23 |
DEPENDPATH += .
|
|
24 |
|
|
25 |
#Store generated .moc files to their own directory
|
|
26 |
MOC_DIR = build
|
|
27 |
|
|
28 |
INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
|
|
29 |
inc \
|
|
30 |
traces
|
|
31 |
|
|
32 |
HEADERS += inc/ictsqtwrapper.h \
|
|
33 |
traces/OstTraceDefinitions.h
|
|
34 |
|
|
35 |
SOURCES += src/ictsqtwrapper.cpp
|
|
36 |
|
|
37 |
defFilePath = .
|
|
38 |
|
|
39 |
symbian: {
|
|
40 |
LIBS += -lictsclientinterface
|
|
41 |
HEADERS += inc/ictsqtwrapper_symbian.h
|
|
42 |
SOURCES += src/ictsqtwrapper_symbian.cpp
|
|
43 |
TARGET.EPOCALLOWDLLDATA = 1
|
|
44 |
TARGET.UID3 = 0x2002E6F7
|
|
45 |
MMP_RULES += "USERINCLUDE traces"
|
|
46 |
BLD_INF_RULES.prj_exports += "rom/ictsqtwrapper.iby CORE_MW_LAYER_IBY_EXPORT_PATH(ictsqtwrapper.iby)"
|
|
47 |
BLD_INF_RULES.prj_exports += "inc/ictsqtwrapper.h |../../inc/ictsqtwrapper.h"
|
|
48 |
} |