~mardy/ubuntu-system-settings-online-accounts/mir-deprecations

« back to all changes in this revision

Viewing changes to online-accounts-ui/online-accounts-ui.pro

  • Committer: Alberto Mardegan
  • Date: 2014-10-03 14:56:11 UTC
  • mto: (193.2.1 master)
  • mto: This revision was merged to the branch mainline in revision 198.
  • Revision ID: alberto.mardegan@canonical.com-20141003145611-s6se1882n8bcne0x
Create Ubuntu.OnlineAccounts.Plugin module

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    libsignon-qt5 \
22
22
    signon-plugins-common
23
23
 
 
24
INCLUDEPATH += \
 
25
    $${TOP_SRC_DIR}/plugins
 
26
QMAKE_LIBDIR = $${TOP_BUILD_DIR}/plugins/OnlineAccountsPlugin
 
27
LIBS += -lonline-accounts-plugin
 
28
 
24
29
DEFINES += \
25
30
    I18N_DOMAIN=\\\"$${I18N_DOMAIN}\\\" \
26
31
    SIGNONUI_I18N_DOMAIN=\\\"$${SIGNONUI_I18N_DOMAIN}\\\"
36
41
 
37
42
SOURCES += \
38
43
    access-model.cpp \
39
 
    account-manager.cpp \
40
 
    application-manager.cpp \
41
44
    browser-request.cpp \
42
45
    debug.cpp \
43
46
    dialog.cpp \
54
57
 
55
58
HEADERS += \
56
59
    access-model.h \
57
 
    account-manager.h \
58
 
    application-manager.h \
59
60
    browser-request.h \
60
61
    debug.h \
61
62
    dialog.h \