Changeset 618
- Timestamp:
- Mar 2, 2010, 1:46:05 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.cmd
r617 r618 642 642 "QT_NO_IM QT_NO_LPR") 643 643 644 G.CFG_ACCESSIBILITY = "no"645 644 G.CFG_PHONON = "no" 646 645 G.CFG_MULTIMEDIA = "no" … … 974 973 if (G.CFG_SSE2 == "auto") then G.CFG_SSE2 = "yes" 975 974 975 976 976 if (G.CFG_SM == "auto") then G.CFG_SM = "yes" 977 977 if (G.CFG_STL == "auto") then G.CFG_STL = "yes" -
trunk/src/gui/accessible/qaccessiblebridge.cpp
r561 r618 58 58 predefined ones. 59 59 60 Currently, custom bridges are only supported on Unix . We might60 Currently, custom bridges are only supported on Unix. We might 61 61 add support for them on other platforms as well if there is 62 62 enough demand. -
trunk/src/gui/kernel/qdnd_pm.cpp
r603 r618 56 56 #include "qdnd_p.h" 57 57 #include "qdebug.h" 58 59 60 61 58 62 59 63 #include "qt_os2.h"
Note:
See TracChangeset
for help on using the changeset viewer.