PDA

View Full Version : Compile qml desktop components with visual 2008



po9794
21st April 2012, 14:57
Hello,

I have tried so many times to compile qml desktop components (sources here : http://qt.gitorious.org/qt-components/desktop/trees/master) with visual c++ 2008
But i always get errors, despite my attempts since 2 days now. I just want one thing : the styleplugin.dll which is created under the plugin folder after compilation. (i will use it with pyside + qml)

Could someone do this and provide me this dll ???

PS : the dll has to be the release.

Thanks,
Peter

ChrisW67
25th April 2012, 06:30
How about you tell us what the errors are.

Le_B
25th April 2012, 10:29
under visual studio you must have the qt addin installed and use it to open the project, then select your QT version, your compile mode (release or debug) and then build
but as chris said give us the errors