mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 01:02:12 +00:00
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.")
|
error("Use at least Qt 4.6.")
|
||||||
}
|
}
|
||||||
QT += xml
|
QT += xml
|
||||||
TARGET = fsphone
|
TARGET = fscomm
|
||||||
macx:TARGET = FSPhone
|
macx:TARGET = FSComm
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
INCLUDEPATH = ../../../src/include \
|
INCLUDEPATH = ../src/include \
|
||||||
../../../libs/apr/include \
|
../libs/apr/include \
|
||||||
../../../libs/libteletone/src
|
../libs/libteletone/src
|
||||||
LIBS = -L../../../.libs \
|
LIBS = -L../.libs \
|
||||||
-lfreeswitch \
|
-lfreeswitch \
|
||||||
-lm
|
-lm
|
||||||
!win32:!macx {
|
!win32:!macx {
|
Loading…
x
Reference in New Issue
Block a user