https://bugs.kde.org/show_bug.cgi?id=481287
--- Comment #10 from Michael Weghorn <m.wegh...@posteo.de> --- (In reply to ariasuni from comment #8) > I can’t compile the sample program to test the result, g++ can’t find > `QApplication`, so I suppose I need more setup. I've added a .pro file for qmake as attachment 166947. This should work to compile the sample program: 1) place the .pro and the C++ file (both attachments from this bug report) into the same directory 2) in terminal, from within the directory containing both files: * run `qmake6` (or whatever the path to the Qt 6 qmake is for your distro) * run `make` 3) run the sample program: `./qfiledialog` If you place this together with the sample program in the same directory, and run `qmake6` (or whatever the path to your -- You are receiving this mail because: You are watching all bug changes.