equal
deleted
inserted
replaced
21 styles/qcommonstyle.cpp \ |
21 styles/qcommonstyle.cpp \ |
22 styles/qproxystyle.cpp \ |
22 styles/qproxystyle.cpp \ |
23 styles/qstylesheetstyle.cpp \ |
23 styles/qstylesheetstyle.cpp \ |
24 styles/qstylesheetstyle_default.cpp |
24 styles/qstylesheetstyle_default.cpp |
25 |
25 |
26 !wince* { |
26 wince* { |
27 RESOURCES += styles/qstyle.qrc |
27 RESOURCES += styles/qstyle_wince.qrc |
|
28 } else:symbian { |
|
29 RESOURCES += styles/qstyle_s60.qrc |
28 } else { |
30 } else { |
29 RESOURCES += styles/qstyle_wince.qrc |
31 RESOURCES += styles/qstyle.qrc |
30 } |
32 } |
31 |
33 |
32 contains( styles, all ) { |
34 contains( styles, all ) { |
33 styles = mac windows windowsxp windowsvista |
35 styles = mac windows windowsxp windowsvista |
34 } |
36 } |
160 } else { |
162 } else { |
161 DEFINES += QT_NO_STYLE_WINDOWSMOBILE |
163 DEFINES += QT_NO_STYLE_WINDOWSMOBILE |
162 } |
164 } |
163 |
165 |
164 contains( styles, s60 ):contains(QT_CONFIG, s60) { |
166 contains( styles, s60 ):contains(QT_CONFIG, s60) { |
165 HEADERS += \ |
167 HEADERS += \ |
166 styles/qs60style.h \ |
168 styles/qs60style.h \ |
167 styles/qs60style_p.h |
169 styles/qs60style_p.h |
168 SOURCES += styles/qs60style.cpp |
170 SOURCES += styles/qs60style.cpp |
169 symbian { |
171 symbian { |
170 SOURCES += styles/qs60style_s60.cpp |
172 SOURCES += styles/qs60style_s60.cpp |
171 LIBS += -laknicon -laknskins -laknskinsrv -lfontutils -legul |
173 LIBS += -lAknIcon -lAKNSKINS -lAKNSKINSRV -lFontUtils -legul -lbmpanim |
172 } else { |
174 } else { |
173 SOURCES += styles/qs60style_simulated.cpp |
175 SOURCES += styles/qs60style_simulated.cpp |
174 RESOURCES += styles/qstyle_s60_simulated.qrc |
176 RESOURCES += styles/qstyle_s60_simulated.qrc |
175 } |
177 } |
176 } else { |
178 } else { |
177 DEFINES += QT_NO_STYLE_S60 |
179 DEFINES += QT_NO_STYLE_S60 |
178 } |
180 } |