Hi! I am trying the load_ui.nim example but the compiler complains:

~/.cache/nim/load_ui_d/@mload_ui.nim.cpp:12:10: fatal error: 
QtUiTools/quiloader.h: Datei oder Verzeichnis nicht gefunden
    

12 | #include "QtUiTools/quiloader.h"
    | ^~~~~~~~~~~~~~~~~~~~~~~

compilation terminated. Error: execution of an external compiler program 'g++ 
-c -std=gnu++14 -funsigned-char -w -fmax-errors=3 -fpermissive -std=c++17 
-I/.../.nimble/pkgs/nimqt-0.1 -I/usr/include/x86_64-linux-gnu/qt5 -fPIC 
-I/..../.choosenim/toolchains/nim-1.6.10/lib -I/.../nimqt/examples -o 
/..../.cache/nim/load_ui_d/@mload_ui.nim.cpp.o 
/..../.cache/nim/load_ui_d/@mload_ui.nim.cpp' failed with exit code: 1

I did install libqt6uitools6 and qt6-tools-dev using 'apt install' on this 
ubuntu box.

So i do not know what i have to do/to configure to make it work...? Now I 
realized "-I/usr/include/x86_64-linux-gnu/qt5" <\- It seems to use qt5 here?!?! 
This is probably some misconfiguration, can anybody help me, how to configure 
this one? Thx!

Reply via email to