[CLAM] CLAM QT Support on OSX
Maarten De Boer
mdeboer at iua.upf.es
Wed Mar 2 01:56:25 PST 2005
Dear Robert,
I tried to reproduce your problem, but for me it works fine..
With a conftest.cc file containing:
#include<qapplication.h>
int main()
{
int argc = 2;
char *argv[]={"Just","testing"};
QApplication app(argc,argv);
return 0;
}
g++ -o conftest -g -O2 -I/Developer/qt/include -L/Developer/qt/lib
-lqt-mt conftest.cc
compiles and links.
Just to make sure, you do have the file
/Developer/qt/lib/libqt-mt.dylib
, right? And you did compile qt with the multithreading support
(./configure -thread)
maarten
More information about the clam-users
mailing list