Hi,
That works - Thanks.
Anders
-Original Message-
From: wireshark-dev-boun...@wireshark.org
[mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Gerald Combs
Sent: den 24 januari 2012 22:27
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] Can't build Qt
This should be fixed in r40708.
On 1/24/12 7:34 AM, hsivank wrote:
> You should link against Portaudio.
> Add in QtShark.pro something like :
> LIBS += -L$${WIRESHARK_LIB_DIR}/portaudio_v19_2/lib/ -lportaudio
>
> or Maybe you can undef HAVE_LIBPORTAUDIO
>
> H.sivank
>
> Le 24 janv. 2012 à 16:1
You should link against Portaudio.
Add in QtShark.pro something like :
LIBS += -L$${WIRESHARK_LIB_DIR}/portaudio_v19_2/lib/ -lportaudio
or Maybe you can undef HAVE_LIBPORTAUDIO
H.sivank
Le 24 janv. 2012 à 16:15, Anders Broman a écrit :
> Hi,
> When I try to build QtShark on windows it whines a
Hi,
When I try to build QtShark on windows it whines about not beeing able to find
include file
#include in main.cpp
adding $${WIRESHARK_LIB_DIR}/portaudio_v19_2/include in QtShark.pro
I get errors
main.obj:-1: error: LNK2019: unresolved external symbol _Pa_GetVersionText
referenced in func