equal
deleted
inserted
replaced
18 util/qundogroup.cpp \ |
18 util/qundogroup.cpp \ |
19 util/qundostack.cpp \ |
19 util/qundostack.cpp \ |
20 util/qundoview.cpp |
20 util/qundoview.cpp |
21 |
21 |
22 |
22 |
23 win32 { |
23 wince* { |
|
24 SOURCES += \ |
|
25 util/qsystemtrayicon_wince.cpp |
|
26 } else:win32 { |
24 SOURCES += \ |
27 SOURCES += \ |
25 util/qsystemtrayicon_win.cpp |
28 util/qsystemtrayicon_win.cpp |
26 } |
29 } |
27 |
30 |
28 unix:x11 { |
31 unix:x11 { |
39 OBJECTIVE_SOURCES += util/qsystemtrayicon_mac.mm |
42 OBJECTIVE_SOURCES += util/qsystemtrayicon_mac.mm |
40 } |
43 } |
41 |
44 |
42 symbian { |
45 symbian { |
43 LIBS += -lsendas2 -letext -lapmime |
46 LIBS += -lsendas2 -letext -lapmime |
44 contains(QT_CONFIG, s60): LIBS += -lplatformenv -lCommonUI |
47 contains(QT_CONFIG, s60) { |
|
48 LIBS += -lplatformenv |
|
49 contains(CONFIG, is_using_gnupoc) { |
|
50 LIBS += -lcommonui |
|
51 } else { |
|
52 LIBS += -lCommonUI |
|
53 } |
|
54 } |
45 } |
55 } |