Samudra Reiher wrote:
> Hi,
>
> I am trying to compile the official 1.3.3 Release under FreeBSD, but
> running into several gcc errors:
>
> In file included from aboutplugins.cpp:7:
> aboutplugins.h:10:30: aboutpluginsbase.h: No such file or directory
> In file included from aboutplugins.cpp:7:
if you go through the source files you'll find files with the extension "ui" 
to match these headers. You'll need to run uic on those ui files to generate 
the missing header and source files.

Reply via email to