summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@debian.org>2018-05-22 16:34:15 +0200
committerRobert Ancell <robert.ancell@gmail.com>2018-05-23 09:34:48 +1200
commit3463da5938321026bd1740d4096ff48a9b770fed (patch)
treeb02a4541cbb23c5cfba33915f701545f1c7372c5
parentbeffa2634442de8feed02663b30a2ec3eafc8e38 (diff)
downloadlightdm-git-3463da5938321026bd1740d4096ff48a9b770fed.tar.gz
liblightdm-qt: mark class PowerInterface as exported
fix build when using -fvisibility=hidden to stop exporting all symbols
-rw-r--r--liblightdm-qt/QLightDM/power.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/liblightdm-qt/QLightDM/power.h b/liblightdm-qt/QLightDM/power.h
index 44d9e2c4..cb1e14fb 100644
--- a/liblightdm-qt/QLightDM/power.h
+++ b/liblightdm-qt/QLightDM/power.h
@@ -16,7 +16,7 @@
namespace QLightDM
{
- class PowerInterface : public QObject
+ class Q_DECL_EXPORT PowerInterface : public QObject
{
Q_OBJECT
public: