Re: [Interest] Building QtCreator (2015)

2016-05-03 Thread Thomas (QbProg)
Dear Kai, thank you. Indeed, I tryed again with the correct syntax and it worked. I missed to explicitly call the nmake install with nmake install INSTALL_ROOT=C:\test and nmake deployqt INSTALL_ROOT=C:\test Now it works. deployartifacts not , but it doesn't matter. BTW, when running: - v4.0.0rc f

[Interest] Building QtCreator (2015)

2016-05-03 Thread Thomas (QbProg)
quot; qtcreator directory that I can use in a portable way. I need vs2015 because I need to rebuild some plugins with it, and I don't have vs2013. Thank you for any hint, (QbProg) ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Qt 5 porting + OpenGL

2014-01-26 Thread QbProg
Hello Qt Devs/Users, I'm evaluating the porting of an OpenGL based application from Qt 4 to Qt 5. I'd like to introduce QtQuick 2 Controls usage, so I have some concerns on Windows/ANGLE. Suppose the application uses it's own non-Qt based rendering engine, which scales from OpenGL 1 to OpenGL 3.x