Some more house cleaning.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16192 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
João Mesquita 2010-01-07 05:19:36 +00:00
parent a7537a771d
commit fa9900bf72
6 changed files with 7 additions and 7 deletions

View File

@ -26,18 +26,18 @@ SOURCES += main.cpp \
fshost.cpp \
call.cpp \
mod_qsettings/mod_qsettings.cpp \
prefdialog.cpp \
prefportaudio.cpp \
prefsofia.cpp
preferences/prefdialog.cpp \
preferences/prefportaudio.cpp \
preferences/prefsofia.cpp
HEADERS += mainwindow.h \
fshost.h \
call.h \
mod_qsettings/mod_qsettings.h \
prefdialog.h \
prefportaudio.h \
prefsofia.h
preferences/prefdialog.h \
preferences/prefportaudio.h \
preferences/prefsofia.h
FORMS += mainwindow.ui \
prefdialog.ui
preferences/prefdialog.ui
RESOURCES += resources.qrc
OTHER_FILES += conf/portaudio.conf.xml \
conf/event_socket.conf.xml \