Hello there !
I’ve discovered libodb [codesynthesis.com] which if I understood correctly, is an ORM for C++ and can be used with Qt’s QVariant thanks to one of the available profiles: libodb-qt.
While reading how to install profile libraries on OSX [codesynthesis.com], it can’t find “QtCore” in my system:
configure: error: QtCore is not found; consider using CPPFLAGS/LDFLAGS to specify its location
I’ve tried many CPP/LDFLAGS combinations, but it’s still not found. Of course, QTDIR/lib and QTDIR/include are not correct, maybe because Qt is built as a framework?
Any way, does anyone know which path or options I can indicate to ./configure to make in find Qt please? I’m on OSX, Qt 5.2.1 online installed, untouched.
↧