On Tue, Mar 30, 2010 at 4:36 PM, Hugo Parente Lima <[email protected]> wrote: > On Tuesday 30 March 2010 07:43:21 Abdullah Abouzekry wrote: >> I have followed the steps you defined, and successfully installed >> everything and got a VS2008 Project which when built in debug/release mode >> everything is fine, but it looks like i need Qt built for debugging to be >> able to run the tests in debug mode?
Qt for Visual Studio comes with Debug dlls: QtCored.dll for Debug versus QtCore.dll for Release etc. CMake correctly picks the correct one for your current configuration. If you have a working build you should try running the tests and report what you get. >> am i doing smth wrong? > > I think not, any other test failed? or just the one reported by you in > previous email? We're two different persons :). Abdullah asked on the list what he should do to port PySide to Windows, you replied, I saw your reply, compiled it and then I reported the tests failing. Catalin _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
