author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 11 Jun 2010 13:38:32 +0300 | |
changeset 28 | 075425b8d9a4 |
parent 24 | 6df133bd92e1 |
child 32 | 189d20c34778 |
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 |
||
17 |
include(../buildflags.pri) |
|
18 |
||
19 |
TEMPLATE = lib |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
20 |
TARGET = fmradiopresetstorage |
24 | 21 |
CONFIG += dll |
22 |
DEFINES += BUILD_PRESET_STORAGE_DLL |
|
23 |
||
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
24 |
symbian:TARGET.UID3 = 0x2002EAD9 |
24 | 25 |
|
28
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
26 |
INCLUDEPATH += inc |
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
27 |
INCLUDEPATH += ../../common |
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
28 |
|
075425b8d9a4
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
24
diff
changeset
|
29 |
symbian:LIBS += -lpresetutility |
24 | 30 |
|
31 |
DEPENDPATH += $$INCLUDEPATH src |
|
32 |
||
33 |
# Input |
|
34 |
HEADERS += radiopresetstorage.h |
|
35 |
HEADERS += radiostationif.h |
|
36 |
HEADERS += radiopresetstorageexport.h |
|
37 |
||
38 |
# Symbian specific stuff |
|
39 |
symbian: { |
|
40 |
INTERNAL_HEADERS += radiopresetstorage_p.h |
|
41 |
SOURCES += radiopresetstorage.cpp |
|
42 |
} |
|
43 |
||
44 |
# Win32 specific stuff |
|
45 |
win32: { |
|
46 |
HEADERS += radiopresetstorage_win32_p.h |
|
47 |
SOURCES += radiopresetstorage_win32.cpp |
|
48 |
} |