Skip to content
Commit 6e73ca9e authored by Dāvis Mosāns's avatar Dāvis Mosāns Committed by Christoph Cullmann
Browse files

Fix build with `QT_USE_PROTECTED_VISIBILITY`

When Qt is configured with `QT_USE_PROTECTED_VISIBILITY`
then `Q_DECL_EXPORT` will resolve as `visibility("protected")`
which will prevent `KonsoleSettings` being usable from other modules

To solve this issue we use our own export definition
parent efc85133
Pipeline #428610 passed with stage
in 12 minutes and 8 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment