FreeHealth / freehealth

Free and open source Electronic Health Record
https://freehealth.io
Other
44 stars 16 forks source link

debug only build error on Ubuntu 17.04 (64 bit version) #114

Open jeromecc opened 6 years ago

jeromecc commented 6 years ago

This build error on Ubuntu 17.04 Zesty doesn't affect Debian 9 debug build which is surprising. Linker complains about missing usermanager library during the compilation of patientbase plugin because patientbase plugin was not added as a dependency in freehealth/plugins/plugins.pro

Why this doesn't produce an error in Debian 9, I can't understand... (both use Qt 5.7.1 but changelogs are different, notably gold linker seems to be disabled on amd64 in Ubuntu but not in Debian).