~paulliu/unity/phablet-fake-peoplepreviewdata

« back to all changes in this revision

Viewing changes to paths.h.in

  • Committer: Tarmac
  • Author(s): Ying-Chun Liu
  • Date: 2013-05-24 16:35:19 UTC
  • mfrom: (688.1.4 i18n-2)
  • Revision ID: tarmac-20130524163519-ow7tlmfm1l1h9d2j
Add i18n support.

Approved by PS Jenkins bot, Michal Sawicz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    return installed;
28
28
}
29
29
 
 
30
inline QString translationDirectory() {
 
31
    return QString("@CMAKE_INSTALL_PREFIX@/share/locale");
 
32
}
 
33
 
30
34
inline QString shellAppDirectory() {
31
35
    if (isRunningInstalled()) {
32
36
        return QString("@CMAKE_INSTALL_PREFIX@/@SHELL_APP_DIR@/");