From 6b01c74e4ced32d28b9e3641737ca80c3a5a988e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Mesquita?= Date: Mon, 4 Jan 2010 21:02:40 +0000 Subject: [PATCH] Two stage renaming: Stage 1 completed. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16143 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- fscomm/{FSPhone.pro => FSComm.pro} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename fscomm/{FSPhone.pro => FSComm.pro} (83%) 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 {