src/gui/util/util.pri
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
child 33 3e2da88830cd
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
    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 }