~mardy/ubuntu-system-settings-online-accounts/listitems

« back to all changes in this revision

Viewing changes to plugins/OnlineAccountsPlugin/OnlineAccountsPlugin.pro

  • Committer: Bileto Bot
  • Date: 2017-03-08 11:37:05 UTC
  • mfrom: (419.2.5 ual-desktop)
  • Revision ID: ci-train-bot@canonical.com-20170308113705-jrmx2hj5i6mtamwi
* debian/control:
  - Bump dependency version on libmirclient-dev
  - Add build dependency on UAL
* Remove calls to deprecated mir_wait_handle() function.
* Use ubuntu-app-launch to retrieve the client application's name and icon

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
PKGCONFIG += \
16
16
    accounts-qt5 \
17
 
    signon-plugins-common
 
17
    signon-plugins-common \
 
18
    ubuntu-app-launch-3
18
19
 
19
20
QMAKE_CXXFLAGS += \
 
21
    -fexceptions \
20
22
    -fvisibility=hidden
21
23
DEFINES += BUILDING_ONLINE_ACCOUNTS_PLUGIN
22
24