--
You received this message because you are subscribed to the Google Groups "QtContribs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qtcontribs+...@googlegroups.com.
To post to this group, send email to qtcon...@googlegroups.com.
Visit this group at http://groups.google.com/group/qtcontribs.
For more options, visit https://groups.google.com/d/optout.
As Pritpal posted here, you can resolve this problem by downloading the attached qwindow.dll and do the following:
1. Create a sub-folder "platforms" in {QtContribInstalldrive}:\hb32(orWhateverYouChooseItToBe)\bin folder.2. Copy downloaded from here qwindow.dll into "platforms" folder.3. Run HbIDE | HbDBU.
qwindows.dll
Copy downloaded from here qwindow.dll into "platforms" folder.I did that, and it will not work. HBDBU work fine if I copy it to the Qt5.3/mingw482_32 /bin Will investigate more.
icudt51.dllSomeones can be unuseful anyway you can custom after
icuin51.dll
icuuc51.dll
libgcc_s_dw2-1.dll
libstdc++-6.dll
libwinpthread-1.dll
Qt5Core.dll
Qt5Gui.dll
Qt5Multimedia.dll
Qt5MultimediaWidgets.dll
Qt5Network.dll
Qt5OpenGL.dll
Qt5Positioning.dll
Qt5PrintSupport.dll
Qt5Qml.dll
Qt5Quick.dll
Qt5Sensors.dll
Qt5Sql.dll
Qt5WebKit.dll
Qt5WebKitWidgets.dll
Qt5Widgets.dll
I guess that this issue willl be resolved with new qtcontribs release.
--
You received this message because you are subscribed to the Google Groups "QtContribs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qtcontribs+...@googlegroups.com.
To post to this group, send email to qtcon...@googlegroups.com.
Visit this group at http://groups.google.com/group/qtcontribs.
For more options, visit https://groups.google.com/d/optout.
1.- from hard coded path into Qt5Core
2.- from <exeFolder>\plugins\platform
3.- from path specified into "qt.conf" plus "\platform" string
4.- from path specified in QT_QPA_PLUGIN_PATH environment variable plus "\platform" string
5.- from path added to QCoreApplication class
--
You received this message because you are subscribed to the Google Groups "QtContribs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qtcontribs+...@googlegroups.com.
To post to this group, send email to qtcon...@googlegroups.com.
Visit this group at http://groups.google.com/group/qtcontribs.
For more options, visit https://groups.google.com/d/optout.
Then..... we need to copy plugins subfolders when we move an executable from a folder to another?
--
You received this message because you are subscribed to the Google Groups "QtContribs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qtcontribs+...@googlegroups.com.
To post to this group, send email to qtcon...@googlegroups.com.
Visit this group at http://groups.google.com/group/qtcontribs.
For more options, visit https://groups.google.com/d/optout.
You can achieve a similar solution making source for embedded dll's at hbqt make time, but you need to implement the QCoreApplication class, and use the addLibrary method of QCoreApplication class at hbqt initialization time. (according with this article: http://www.tripleboot.org/?p=536 at section "Specifying the plugin path in your code")
Note: you can use a variable like QT_EMBEDDED_PLATFORMS_PLUGINS to enable/disable feature at make time
It is only an idea.
--
You received this message because you are subscribed to the Google Groups "QtContribs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qtcontribs+...@googlegroups.com.
To post to this group, send email to qtcon...@googlegroups.com.
Visit this group at http://groups.google.com/group/qtcontribs.
For more options, visit https://groups.google.com/d/optout.
I have been testing the examples of HbQT (folder C: \hb32_qt|addons\hbqt\teststs), for which I have used HbIDE.
For example, I have generated the ideui. hbp EXE.
I made some modifications in 2 lines of dbstruct. prg to make it work:
. . .
oStruct := hbqtui_dbstruct() //:new()
//oStruct:create()
. . .
but I haven't been able to solve the problem.
Now, I copy the EXE into the C:\hb32_qt\bin folder and it works fine, what could be the problem?
Any help is welcome.
BR
GVS