hi leo,

On Fri, Jun 26, 2009 at 12:19:24PM -0700, Leo Spalteholz wrote:
> INCLUDEPATH += ./qextserialport \
>     ./log4qt/src/ \
>     "C:\Program Files\Microsoft Speech SDK 5.1\Include\"
                                                        ^^
our parser is saner about quotes than qmake and thus interprets the
above as an escaped quote. we may "unfix" this for compatibility at some
point ...
for now, you can a) properly escape the trailing backslash, b) change it
to a slash or c) just omit it alltogether.

> LIBS += -L"qextserialport/build" -lqextserialport -L"./" -lsapi -lole32
> FORMS += mainwindow.ui
> 
_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to