thanks

I tried it already, but there is a problem:
Qt Code:
  1. QT += core
  2.  
  3. QT -= gui
  4.  
  5.  
  6. INCLUDEPATH += /opt/hypertable/current/include \
  7. /opt/hypertable/current/include/thrift
  8.  
  9. LIBS += -L/opt/hypertable/current/lib
  10. LIBS += -lHyperThrift -lHyperCommon -lHypertable -lthrift -levent -llog4cpp
  11.  
  12. TARGET = hypertable_test
  13. CONFIG += console
  14. CONFIG -= app_bundle
  15.  
  16. TEMPLATE = app
  17.  
  18.  
  19. 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