Two stage renaming: Stage 1 completed.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16143 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
721c391a2b
commit
6b01c74e4c
|
@ -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 {
|
Loading…
Reference in New Issue