DanielBorgesOliveira / onedrive_tray

OneDrive system tray program
GNU General Public License v3.0
124 stars 21 forks source link

Not compiling in Ubuntu 24.04 with QT 5.15.13 #53

Closed fvroig closed 3 months ago

fvroig commented 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

But the modules are installed (libqt5core5t64, libqt5gui5t64, libqt5widgets5t64) Any way to fix it?

fvroig commented 3 months ago

Ok, the problem was that some development packages were missing. I installed qtbase5-dev and everything runs smoothly.