Ignore:
Timestamp:
Mar 8, 2010, 12:52:58 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.2 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/styles/styles.pri

    r561 r651  
    2424        styles/qstylesheetstyle_default.cpp
    2525
    26 !wince* {
    27         RESOURCES += styles/qstyle.qrc
     26wince* {
     27    RESOURCES += styles/qstyle_wince.qrc
     28} else:symbian {
     29    RESOURCES += styles/qstyle_s60.qrc
    2830} else {
    29         RESOURCES += styles/qstyle_wince.qrc
     31    RESOURCES += styles/qstyle.qrc
    3032}
    3133
     
    169171        symbian {
    170172                SOURCES += styles/qs60style_s60.cpp
    171                 LIBS += -laknicon -laknskins -laknskinsrv -lfontutils -legul
     173                LIBS += -laknicon -laknskins -laknskinsrv -lfontutils -legul -lbmpanim
    172174        } else {
    173175                SOURCES += styles/qs60style_simulated.cpp
Note: See TracChangeset for help on using the changeset viewer.