Changeset 561 for trunk/src/gui/styles/styles.pri
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/gui/styles/styles.pri
r2 r561 8 8 styles/qcommonstylepixmaps_p.h \ 9 9 styles/qcommonstyle.h \ 10 styles/qstylehelper_p.h \ 11 styles/qproxystyle.h \ 12 styles/qproxystyle_p.h \ 10 13 styles/qstylesheetstyle_p.h 14 11 15 SOURCES += \ 12 16 styles/qstyle.cpp \ … … 14 18 styles/qstyleoption.cpp \ 15 19 styles/qstyleplugin.cpp \ 20 styles/qstylehelper.cpp \ 16 21 styles/qcommonstyle.cpp \ 22 styles/qproxystyle.cpp \ 17 23 styles/qstylesheetstyle.cpp \ 18 24 styles/qstylesheetstyle_default.cpp … … 32 38 x11{ 33 39 QMAKE_CXXFLAGS += $$QT_CFLAGS_QGTKSTYLE 34 LIBS += $$QT_LIBS_QGTKSTYLE40 LIBS_PRIVATE += $$QT_LIBS_QGTKSTYLE 35 41 styles += gtk 36 42 } … … 104 110 HEADERS += styles/qgtkstyle.h 105 111 HEADERS += styles/qgtkpainter_p.h 106 HEADERS += styles/ gtksymbols_p.h112 HEADERS += styles/qgtkstyle_p.h 107 113 SOURCES += styles/qgtkstyle.cpp 108 114 SOURCES += styles/qgtkpainter.cpp 109 SOURCES += styles/ gtksymbols.cpp115 SOURCES += styles/qgtkstyle_p.cpp 110 116 !contains( styles, cleanlooks ) { 111 117 styles += cleanlooks … … 156 162 } 157 163 164 contains( 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.