<< I think it remains LyX policy not to use Qt in the core. This is not necessarily something that everyone agrees with, but it is still the policy. >>
I think I remember reading something about this, but wasn't sure if it was still the case. When I try to include the file: #include <QVector> It simply says that it's unable to locate the file. It gives no other errors or information. This leads me to believe that it is still LyX policy not to use Qt in the core. I don't run into this problem from frontend. Including Qt components there Just Words. If that's the case, I'm happy to comply with the policy. It just happens that the problem I'm trying to solve would be easily solved by substituting QVector for vector. Cheers, Rob