QT widget does not show system frame

Viewed 13

I am trying to compile example widget from QT 6.3.2 distribution pack named "calculator". It is simple window with calculator buttons on it. It compiles and runs fine under QTCreator framework, but when I try to deploy it with CQtDeployer tool and run it from distribution folder it does not show system frame with icon and min/max buttons. I guess I have wrong settings for CQtDeployer so it does not find some system libraries. I have OS Debian 11, CQtDeployer.json file:

{ "bin": "calculator", "qmlDir": ".", "clear": true, "qmake": "/home/user1/Qt/6.3.2/gcc_64/bin/qmake" }

When I try to do the same under MS Windows it works correctly. Does anybody have ideas?

0 Answers
Related