PDA

View Full Version : Qt Designer can't find files



MattPhillips
8th August 2010, 18:32
Hi,

In an effort to solve the problem described here (http://www.qtcentre.org/threads/33124-Getting-Qwt-plugins-in-Qt-Creator-in-debug-mode), I tried to rebuild Designer within Qt Creator, in Ubuntu (after adding the qwtd5.so but that's irrelevant here). Anyway, even though the Designer, originally compiled when I built Qt from the binary, launches and works, I haven't been able to rebuild it. It doesn't see files--qtgradientmanager, qtpropertybrowser--when building the sdk library. When I add the paths to sdk.pri--which I shouldn't have to do, right?--the compiler can't find ui_gradientviewdialog.h, and this file is nowhere to be found in the qt directory. I take it it's something that is supposed to get auto-generated, but isn't.

Can someone help me out with this? Thanks--

Matt