]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Two stage renaming: Stage 1 completed.
authorJoão Mesquita <jmesquita@freeswitch.org>
Mon, 4 Jan 2010 21:02:40 +0000 (21:02 +0000)
committerJoão Mesquita <jmesquita@freeswitch.org>
Mon, 4 Jan 2010 21:02:40 +0000 (21:02 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16143 d0543943-73ff-0310-b7d9-9358b9ac24b2

fscomm/FSComm.pro [moved from fscomm/FSPhone.pro with 83% similarity]

similarity index 83%
rename from fscomm/FSPhone.pro
rename to fscomm/FSComm.pro
index 666c7bbd092ff5be89a87bfcf4633c4f93901a2c..eff26066b044a460e43459d4e38ba14cd0bef53c 100644 (file)
@@ -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 {