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

« back to all changes in this revision

Viewing changes to common-project-config.pri

  • Committer: Alberto Mardegan
  • Date: 2013-06-05 11:33:39 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: alberto.mardegan@canonical.com-20130605113339-qv3uh7xu54983zfv
WIP

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    message("==== install prefix set to `$${INSTALL_PREFIX}'")
29
29
}
30
30
 
 
31
ONLINE_ACCOUNTS_PLUGIN_DIR_BASE = share/accounts/qml-plugins
 
32
ONLINE_ACCOUNTS_PLUGIN_DIR = $${INSTALL_PREFIX}/$${ONLINE_ACCOUNTS_PLUGIN_DIR_BASE}
 
33
 
31
34
PLUGIN_MANIFEST_DIR = $$system("pkg-config --define-variable=prefix=$${INSTALL_PREFIX} --variable plugin_manifest_dir SystemSettings")
32
35
PLUGIN_MODULE_DIR = $$system("pkg-config --define-variable=prefix=$${INSTALL_PREFIX} --variable plugin_module_dir SystemSettings")
33
36
PLUGIN_QML_DIR = $$system("pkg-config --define-variable=prefix=$${INSTALL_PREFIX} --variable plugin_qml_dir SystemSettings")