Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

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

    r2 r561  
    88        styles/qcommonstylepixmaps_p.h \
    99        styles/qcommonstyle.h \
     10        styles/qstylehelper_p.h \
     11        styles/qproxystyle.h \
     12        styles/qproxystyle_p.h \
    1013        styles/qstylesheetstyle_p.h
     14
    1115SOURCES += \
    1216        styles/qstyle.cpp \
     
    1418        styles/qstyleoption.cpp \
    1519        styles/qstyleplugin.cpp \
     20        styles/qstylehelper.cpp \
    1621        styles/qcommonstyle.cpp \
     22        styles/qproxystyle.cpp \
    1723        styles/qstylesheetstyle.cpp \
    1824        styles/qstylesheetstyle_default.cpp
     
    3238x11{
    3339    QMAKE_CXXFLAGS += $$QT_CFLAGS_QGTKSTYLE
    34     LIBS += $$QT_LIBS_QGTKSTYLE
     40    LIBS_PRIVATE += $$QT_LIBS_QGTKSTYLE
    3541    styles += gtk
    3642}
     
    104110        HEADERS += styles/qgtkstyle.h
    105111        HEADERS += styles/qgtkpainter_p.h
    106         HEADERS += styles/gtksymbols_p.h
     112        HEADERS += styles/qgtkstyle_p.h
    107113        SOURCES += styles/qgtkstyle.cpp
    108114        SOURCES += styles/qgtkpainter.cpp
    109         SOURCES += styles/gtksymbols.cpp
     115        SOURCES += styles/qgtkstyle_p.cpp
    110116        !contains( styles, cleanlooks ) {
    111117                styles += cleanlooks
     
    156162}
    157163
     164contains( styles, s60 ):contains(QT_CONFIG, s60) {
     165        HEADERS += \
     166                styles/qs60style.h \
     167                styles/qs60style_p.h
     168        SOURCES += styles/qs60style.cpp
     169        symbian {
     170                SOURCES += styles/qs60style_s60.cpp
     171                LIBS += -laknicon -laknskins -laknskinsrv -lfontutils -legul
     172        } else {
     173                SOURCES += styles/qs60style_simulated.cpp
     174                RESOURCES += styles/qstyle_s60_simulated.qrc
     175        }
     176} else {
     177        DEFINES += QT_NO_STYLE_S60
     178}
Note: See TracChangeset for help on using the changeset viewer.