author | hgs |
Mon, 20 Sep 2010 18:04:48 +0300 | |
changeset 51 | bbebb0235466 |
parent 34 | bc10a61bd7d3 |
child 37 | 451b2e1545b2 |
permissions | -rw-r--r-- |
24 | 1 |
# |
2 |
# Copyright (c) 2009 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: |
|
15 |
# |
|
16 |
||
34 | 17 |
TMP_DIR_NAME = presetstorage |
24 | 18 |
include(../buildflags.pri) |
19 |
||
20 |
TEMPLATE = lib |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
21 |
TARGET = fmradiopresetstorage |
24 | 22 |
CONFIG += dll |
23 |
DEFINES += BUILD_PRESET_STORAGE_DLL |
|
24 |
||
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
25 |
symbian:TARGET.UID3 = 0x2002EAD9 |
24 | 26 |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
27 |
INCLUDEPATH += inc |
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
28 |
INCLUDEPATH += ../../common |
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
29 |
|
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
30 |
symbian:LIBS += -lpresetutility |
24 | 31 |
|
32 |
DEPENDPATH += $$INCLUDEPATH src |
|
33 |
||
34 |
# Input |
|
35 |
HEADERS += radiopresetstorage.h |
|
36 |
HEADERS += radiostationif.h |
|
37 |
HEADERS += radiopresetstorageexport.h |
|
38 |
||
39 |
# Symbian specific stuff |
|
40 |
symbian: { |
|
41 |
INTERNAL_HEADERS += radiopresetstorage_p.h |
|
42 |
SOURCES += radiopresetstorage.cpp |
|
43 |
} |
|
44 |
||
45 |
# Win32 specific stuff |
|
46 |
win32: { |
|
47 |
HEADERS += radiopresetstorage_win32_p.h |
|
48 |
SOURCES += radiopresetstorage_win32.cpp |
|
49 |
} |