Closed fvroig closed 3 months ago
Hi When trying to create the Makefile with qmake, I get the following error:
Info: creating stash file /home/froig/Downloads/onedrive_tray/build/.qmake.stash Project ERROR: Unknown module(s) in QT: core gui widgets
Info: creating stash file /home/froig/Downloads/onedrive_tray/build/.qmake.stash
Project ERROR: Unknown module(s) in QT: core gui widgets
But the modules are installed (libqt5core5t64, libqt5gui5t64, libqt5widgets5t64) Any way to fix it?
libqt5core5t64
libqt5gui5t64
libqt5widgets5t64
Ok, the problem was that some development packages were missing. I installed qtbase5-dev and everything runs smoothly.
qtbase5-dev
Hi When trying to create the Makefile with qmake, I get the following error:
Info: creating stash file /home/froig/Downloads/onedrive_tray/build/.qmake.stash
Project ERROR: Unknown module(s) in QT: core gui widgets
But the modules are installed (
libqt5core5t64
,libqt5gui5t64
,libqt5widgets5t64
) Any way to fix it?