From: João Mesquita Date: Mon, 4 Jan 2010 21:02:40 +0000 (+0000) Subject: Two stage renaming: Stage 1 completed. X-Git-Tag: v1.0.6~867 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b01c74e4ced32d28b9e3641737ca80c3a5a988e;p=thirdparty%2Ffreeswitch.git Two stage renaming: Stage 1 completed. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16143 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/fscomm/FSPhone.pro b/fscomm/FSComm.pro similarity index 83% rename from fscomm/FSPhone.pro rename to fscomm/FSComm.pro index 666c7bbd09..eff26066b0 100644 --- a/fscomm/FSPhone.pro +++ b/fscomm/FSComm.pro @@ -6,13 +6,13 @@ contains(QT_VERSION, ^4\.[0-5]\..*) { error("Use at least Qt 4.6.") } QT += xml -TARGET = fsphone -macx:TARGET = FSPhone +TARGET = fscomm +macx:TARGET = FSComm TEMPLATE = app -INCLUDEPATH = ../../../src/include \ - ../../../libs/apr/include \ - ../../../libs/libteletone/src -LIBS = -L../../../.libs \ +INCLUDEPATH = ../src/include \ + ../libs/apr/include \ + ../libs/libteletone/src +LIBS = -L../.libs \ -lfreeswitch \ -lm !win32:!macx {