Mailinglist Archive: opensuse-packaging (220 mails)

< Previous Next >
Re: [opensuse-packaging] Assuma: Packaging Error: Error in include File
  • From: Philipp Thomas <Philipp.Thomas2@xxxxxxx>
  • Date: Thu, 10 Sep 2009 18:58:42 +0200
  • Message-id: <mnbia5t940t3o4k7oll7eif3r474bciq3l@xxxxxxx>
On Thu, 10 Sep 2009 14:30:45 +0200, you wrote:

In file included from include/assuma_helpbrowser.h:21,
from src/assuma_mainwindow.cpp:36:
build/ui_assuma_helpbrowser.h:39: error: ISO C++ forbids declaration of
'QWebView' with no type

The definition of QWebView is missing. Try adding

#include <QWebView>

to othe other #includes in assuma_helpbrowser.h. Note that QWebView
needs at least Qt 4.4.

Philipp
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx

< Previous Next >