equal
deleted
inserted
replaced
|
1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 # All rights reserved. |
|
3 # This component and the accompanying materials are made available |
|
4 # under the terms of "Eclipse Public License v1.0" |
|
5 # which accompanies this distribution, and is available |
|
6 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 # |
|
8 # Initial Contributors: |
|
9 # Nokia Corporation - initial contribution. |
|
10 # |
|
11 # Contributors: |
|
12 # |
|
13 # Description: |
|
14 |
|
15 TEMPLATE = lib |
|
16 TARGET = irqstationexporter |
|
17 TARGET.CAPABILITY = CAP_GENERAL_DLL |
|
18 |
|
19 MOC_DIR = moc |
|
20 DEPENDPATH += src |
|
21 |
|
22 INCLUDEPATH += inc \ |
|
23 ..\irqcommon\inc |
|
24 |
|
25 symbian{ |
|
26 TARGET.UID3 = 0xe861ee7d |
|
27 TARGET.EPOCALLOWDLLDATA = 1 |
|
28 } |
|
29 |
|
30 LIBS += -lsendui \ |
|
31 -letext \ |
|
32 -leikcore \ |
|
33 -leuser \ |
|
34 -lcone \ |
|
35 -lirqutility |
|
36 |
|
37 # Input |
|
38 HEADERS += inc\irqstationexporter.h |
|
39 SOURCES += irqstationexporter.cpp |
|
40 |
|
41 SYMBIAN_PLATFORMS = WINSCW ARMV5 |
|
42 |
|
43 !exists( $(RVCT22BIN) ) { |
|
44 !exists( $(RVCT31BIN) ) { |
|
45 exists( $(RVCT40BIN) ) { |
|
46 QMAKE_CFLAGS.ARMCC += --import_all_vtbl |
|
47 } |
|
48 } |
|
49 } |