equal
deleted
inserted
replaced
1 |
1 |
2 HEADERS += \ |
2 HEADERS += \ |
3 $$PWD/support.h |
3 $$PWD/support.h \ |
|
4 $$PWD/../../../src/messaging/messagingutil_p.h |
|
5 |
|
6 SOURCES += $$PWD/../../../src/messaging/messagingutil.cpp |
4 |
7 |
5 symbian|wince*|maemo*|win32|mac { |
8 symbian|wince*|maemo*|win32|mac { |
6 symbian { |
9 symbian { |
|
10 |
7 SOURCES += $$PWD/support_symbian.cpp |
11 SOURCES += $$PWD/support_symbian.cpp |
8 INCLUDEPATH += $$(EPOCROOT)epoc32/include/app |
12 INCLUDEPATH += $$(EPOCROOT)epoc32/include/app |
9 INCLUDEPATH += $$(EPOCROOT)epoc32/include/platform/app |
13 INCLUDEPATH += $$(EPOCROOT)epoc32/include/platform/app |
10 } |
14 } |
11 win32 { |
15 win32 { |