[Qt-creator] UI Files not visible in Qt Creator 1.2

Oswald Buddenhagen oswald.buddenhagen at trolltech.com
Mon Jun 29 15:24:13 CEST 2009


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
> 



More information about the Qt-creator-old mailing list