thanks 
I tried it already, but there is a problem:
QT += core
QT -= gui
INCLUDEPATH += /opt/hypertable/current/include \
/opt/hypertable/current/include/thrift
LIBS += -L/opt/hypertable/current/lib
LIBS += -lHyperThrift -lHyperCommon -lHypertable -lthrift -levent -llog4cpp
TARGET = hypertable_test
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp
QT += core
QT -= gui
INCLUDEPATH += /opt/hypertable/current/include \
/opt/hypertable/current/include/thrift
LIBS += -L/opt/hypertable/current/lib
LIBS += -lHyperThrift -lHyperCommon -lHypertable -lthrift -levent -llog4cpp
TARGET = hypertable_test
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp
To copy to clipboard, switch view to plain text mode
The compiler errors:
/usr/bin/ld: cannot find -lthrift
/usr/bin/ld: cannot find -levent
/usr/bin/ld: cannot find -llog4cpp
Bookmarks