Andrew,
with proper settings and right order compilation everything is ok.
Thank you! Qloud seem's to be nice.
joel
Le vendredi 11 août 2006 à 14:56 +0400, Andrew Gaydenko a écrit :
  Joel,
 At any case, try last version. The app has little page now:
 
http://gaydenko.com/qloud/
 As for Qwt, you have specidied lib dir, rather the lib itself. Try add '-lqwt'
along
 with other (-ljack -lfftw3 and so on).
 Andrew
 ======= On Friday 11 August 2006 14:45, joel silvestre wrote: =======
 I try to compile but the linker is not happy, lots of undefine reference
 to Qwt.
 Qwt is compiled from CVS and src.pro is :
 LIBS += -L/home/moa/sources/qwt/lib \
 -ljack \
 -lfftw3 \
 -lsndfile
 INCLUDEPATH += ../src \
 /home/moa/sources/qwt/include \
 /usr/include
 MOC_DIR = ../moc
 UI_DIR = ../ui
 OBJECTS_DIR = ../obj
 TARGET = ../bin/qloud
 QT += xml
 CONFIG += debug \
 warn_on \
 qt \
 thread \
 exceptions \
 console
 TEMPLATE = app
 What do I miss?
 joel