Now I have tested it, but with the same result.
Now I have tested it, but with the same result.
Then you obviously have something platform specific in either your code or your .pro file.
Post your .pro file please.
QT += network sql
TEMPLATE = app
CONFIG += x86
SOURCES=...
HEADERS=...
FORM=...
LIBS += -L"./map" -L"/opt/local/lib"
INCLUDEPATH += "./map" "/opt/local/include"
LIBS += -lmongoclient
libmongoclient.a, is that a library you made?
Is it runable on your mac?
it comes from a open source db, mongodb, which should run on mac
Did you compile it yourself? On the mac?
Or did you copy if from somewhere else?
I think I got mongodb to work, but still have problems with a few others: libboost_thread-mt.dylib
and some more files from macport. Macport were installed when I came to this computer. The files have x86_64 arch and I don't know how to get them to i386.
Bookmarks