equal
deleted
inserted
replaced
30 tonefetcherengine/tonefetcherengine.cpp \ |
30 tonefetcherengine/tonefetcherengine.cpp \ |
31 inc/tonefetcherutils.cpp \ |
31 inc/tonefetcherutils.cpp \ |
32 src/main.cpp |
32 src/main.cpp |
33 |
33 |
34 symbian { |
34 symbian { |
35 HEADERS += tonefetcherengine/private/symbian/toneselectionengine_p.h \ |
35 HEADERS += tonefetcherengine/private/CTonePlayer.h \ |
36 tonefetcherengine/private/symbian/tonepreviewprivate.h |
36 tonefetcherengine/private/CToneSelection.h \ |
|
37 tonefetcherengine/private/MTonePlayingWatcher.h \ |
|
38 tonefetcherengine/private/MToneSelectionWatcher.h \ |
|
39 tonefetcherengine/private/tonefetcherengine_symbian.h |
|
40 |
37 |
41 |
38 |
42 |
39 SOURCES += tonefetcherengine/private/symbian/toneselectionengine_p.cpp \ |
43 SOURCES += tonefetcherengine/private/CTonePlayer.cpp \ |
40 tonefetcherengine/private/symbian/tonepreviewprivate.cpp |
44 tonefetcherengine/private/CToneSelection.cpp \ |
|
45 tonefetcherengine/private/tonefetcherengine_symbian.cpp |
|
46 } else { |
|
47 HEADERS += tonefetcherengine/private/tonefetcherengine_stub.h |
|
48 SOURCES += tonefetcherengine/private/tonefetcherengine_stub.cpp |
41 } |
49 } |
42 |
50 |
43 |
51 |