Relative Content

Tag Archive for c++linuxqt

androiddeployqt vs linuxdeployqt

I installed qt on my (arch)linux PC with command:
sudo pacman -Sy qt6
Now I want to create a release version so I need something like linuxdeployqt6 but I haven’t got it! I try to search it through searching deployqt in files, but only androiddeployqt6 is found. Will it work for my program? Is there difference between androiddeployqt and linuxdeployqt(because as I know android is a linux)?

How to properly add a .h file to a project?

I want to make it so that when I click on a button from the main menu, a new form opens (not as a dialog, but is replaced with a new form). I created the history.ui form. I also created history.hpp and history.cpp. I’m getting errors in history.cpp.