octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: qtoctave -neither qt4 nor qt5


From: Mike Miller
Subject: Re: qtoctave -neither qt4 nor qt5
Date: Wed, 20 May 2015 12:14:11 -0400

On Tue, May 19, 2015 at 21:09:28 +0100, sibu wrote:
> In file included from src/settings-dialog.cc:31:0:
> src/ui-settings-dialog.h:13:29: fatal error: QtWidgets/QAction: No such file
> or directory
>  #include <QtWidgets/QAction>
>                              ^
> compilation terminated.
> Makefile:3805: recipe for target 'src/src_libgui_src_la-settings-dialog.lo'
> failed

You have an unclean Octave build directory. What I mean is it looks to
me like you did not completely clean out your directory when you
decided to build with Qt 4 instead of Qt 5. The file
ui-settings-dialog.h is a generated source file, and you still have
the one that was generated with Qt 5 tools.

HTH,

-- 
mike



reply via email to

[Prev in Thread] Current Thread [Next in Thread]