src/gui/styles/styles.pri
changeset 18 2f34d5167611
parent 3 41300fa6a67c
child 19 fcece45ef507
equal deleted inserted replaced
3:41300fa6a67c 18:2f34d5167611
    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 }
   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 {