Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Qt Desktop Components - build for MS Windows

$
0
0
Hello, please, could anyone help me with building Qt Desktop Components for Qt 4.8.4 on MS Windows 7? (I don’t know how much backwards compatible Qt 5.0 is) I know this is not the best favor to ask and not the safest solution, but could anyone compile it (at least for 32bit) and upload the build? I developed my application in Linux (GNU/Linux, Qt 4.8.4 since Qt 5 is not as default in any distribution) environment but the target is both Linux and Windows. I compiled and used the desktop components on Linux without any problem, but I cannot figure out how to make this successfully in Windows. It compiles perfectly with ‘qmake && mingw32-make && mingw32-make install’ (or with the ‘release’ option) but then it is not recognized as an installed module for import (even though the libraries are in the correct path – i.e. C:\\Qt\4.8.4\imports). If I import it directly as a path from my app, then it complains about styleplugin.dll not being a valid Qt module. The reason why I am asking for a favor rather than an advice is I have tried every solution I have found on the Internet and I think that since Qt Desktop Components for Qt 4 have not been updated since June of 2012 (yet working perfectly), I think that it is logical to post an official build (even if labeled as alpha) based on the last git revision. Also, MS Windows is too confusing for me and compilation procedure that would take few commands on Linux takes ages there. Or is there another possible solution? Can styleplugin.dll be omitted since all the other files are independent on the environment? I don’t care about not having the native look on Windows, but I do not want to reinvent the wheel by reimplementing all these components by myself. Thank you, in advance. As you can see, I am quite desperate. Links: http://qt.gitorious.org/qtplayground/qtdesktopcomponents http://qt.gitorious.org/qtplayground/qtdesktopcomponents/trees/qt4

Viewing all articles
Browse latest Browse all 4972

Trending Articles