~phablet-team/telephony-service/trunk

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Roberto Mier Escandon
  • Date: 2016-11-28 14:34:58 UTC
  • mto: (1212.2.9 protocols-throught-dbus)
  • mto: This revision was merged to the branch mainline in revision 1221.
  • Revision ID: roberto.escandon@canonical.com-20161128143458-pbpvfolppj8hk25p
corrected bad var reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
inline QString telephonyServiceDir() {
40
40
    if (qEnvironmentVariableIsSet("SNAP")) {
41
 
        return QString("%1/@CMAKE_INSTALL_PREFIX@/@MESSAGING_APP_DIR@/").arg(QString(qgetenv("SNAP")));
 
41
        return QString("%1/@CMAKE_INSTALL_PREFIX@/@TELEPHONY_SERVICE_DIR@/").arg(QString(qgetenv("SNAP")));
42
42
    } else if (isRunningInstalled()) {
43
43
        return QString("@CMAKE_INSTALL_PREFIX@/@TELEPHONY_SERVICE_DIR@/");
44
44
    } else {