Skip to content

Commit

Permalink
[mdm] Export SsuProxy in the devel package. JB#47762
Browse files Browse the repository at this point in the history
  • Loading branch information
abranson committed Nov 5, 2019
1 parent 47b47ef commit 01789d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 7 additions & 1 deletion libssu/libssu.pro
@@ -1,12 +1,18 @@
TARGET = ssu
include(../ssulibrary.pri)

ssu_dbus_interface.files = ../dbus/org.nemo.ssu.xml
ssu_dbus_interface.source_flags = -c SsuProxy
ssu_dbus_interface.header_flags = -c SsuProxy -i ssud/ssud_dbus.h
DBUS_INTERFACES += ssu_dbus_interface

# TODO: which headers are public? i.e. to be installed
public_headers = \
ssu.h \
ssudeviceinfo.h \
ssurepomanager.h \
ssufeaturemodel.h
ssufeaturemodel.h \
ssu_interface.h

HEADERS = \
$${public_headers} \
Expand Down
2 changes: 1 addition & 1 deletion ssucli/ssucli.h
Expand Up @@ -31,7 +31,7 @@
#include <QDebug>

#include "libssu/ssu.h"
#include "ssu_interface.h"
#include "../libssu/ssu_interface.h"

class SsuCli: public QObject
{
Expand Down
5 changes: 0 additions & 5 deletions ssucli/ssucli.pro
Expand Up @@ -8,8 +8,3 @@ CONFIG += link_pkgconfig
HEADERS = ssucli.h
SOURCES = main.cpp \
ssucli.cpp

ssu_dbus_interface.files = ../dbus/org.nemo.ssu.xml
ssu_dbus_interface.source_flags = -c SsuProxy
ssu_dbus_interface.header_flags = -c SsuProxy -i ssud/ssud_dbus.h
DBUS_INTERFACES += ssu_dbus_interface

0 comments on commit 01789d4

Please sign in to comment.