-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
modul not installed // plugin cannot be loaded for modul "Communi" #131
Comments
Could you copy and paste the full output of
|
Hi Thanks for the fast replay, as i can see i posted it on the wrong Issues-Chan, it belongs to "communi": So my Settings: But i have downloaded QT-Web-Installer to install 5.9 I want to compile it with 5.9 qmake as you can see: When i try the standard Settings just with prefix qtdir And here the QML_IMPORT_TRACE |
Avoid mixing builds with two different Qt versions (/usr/lib/x86_64-linux-gnu/qt5 vs. /home/david/Qt5/5.9.1/gcc_64/). Either do out-of-source builds, or throw away the whole build directory and re-extract the archive and restart with a clean tree. |
Oh, and btw, since you already have a dirty source tree, you can't switch to out-of-source builds without wiping the intermediate build files from the source tree. So even if you switch to out-of-source builds, delete the build and re-extract the archive is the straight-forward way to restart from clean. |
After deleting the dir and extracting it new it works with the commands i used in my pastebin log =) =) =) |
Ah btw. the QML QUICK example is working very well now! Project ERROR: The Communi framework is missing. Install libcommuni from http://communi.github.com I checked the dir, it was empty, so i downloaded the shared library from your git, and copied it into this dir but still same message. Any idea? |
qrc:/main.qml:12 plugin cannot be loaded for module "Communi": Die Metadaten des Plugins '/home/david/Qt5/5.9.1/gcc_64/qml/Communi/libcommuniplugin.so' konnten nicht bestimmt werden.
Does anyone know how to fix that?
I already tried everything, but nothing worked...
The text was updated successfully, but these errors were encountered: