mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 00:49:28 -05:00
fc15899f0f
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4945 b45a01b8-16f6-495d-af2f-9b41ad6348cc
17 lines
536 B
Prolog
17 lines
536 B
Prolog
!include("../Common/retroshare_plugin.pri"): error("Could not include file ../Common/retroshare_plugin.pri")
|
|
|
|
CONFIG += qt uic qrc resources
|
|
CONFIG += mobility
|
|
QT += multimedia
|
|
MOBILITY = multimedia
|
|
|
|
SOURCES = AudioInputConfig.cpp AudioStats.cpp AudioWizard.cpp SpeexProcessor.cpp audiodevicehelper.cpp
|
|
HEADERS = AudioInputConfig.h AudioStats.h AudioWizard.h SpeexProcessor.h audiodevicehelper.h
|
|
FORMS = AudioInputConfig.ui AudioStats.ui AudioWizard.ui
|
|
|
|
TARGET = VOIP
|
|
|
|
RESOURCES = VOIP_images.qrc
|
|
|
|
LIBS += -lspeex -lspeexdsp
|