I noticed that code relating to Core Foundation has the ifdef above: #if PLATFORM(CF) || (PLATFORM(QT) && PLATFORM(DARWIN)) This seems wrong. Why doesn't the CF platform switch get set when compiling with Qt and Darwin? It should. Does it cause problems? Can we just fix those? -- Darin