kadas-albireo / kadas-albireo2

KADAS Albireo
GNU General Public License v2.0
66 stars 14 forks source link

Add QCA and QtKeychain to CMake #53

Closed domi4484 closed 5 months ago

domi4484 commented 5 months ago

@m-kuhn I don't get why last time I was able to build without that, so maybe I have another issue... The INCLUDE_DIRECTORIES are probably not at the right place?

domi4484 commented 5 months ago

@m-kuhn Ouch I see now that you removed some of that stuff in #52

m-kuhn commented 5 months ago

@domi4484 what were your build errors?

domi4484 commented 5 months ago

@domi4484 what were your build errors?

Includes of QtCrypto and keychain.h

And QtSerialport as well, i have disabled It for the moment

m-kuhn commented 5 months ago

The situation is not ideal at the moment, as QGIS doesn't generate a config file to export its dependencies. I hope we will one day have that, as this would make everything a lot easier. To be prepared I would like to isolate all additions for transient dependencies in FindQGIS.cmake as done in #54. Does that work for you?