Bug 403985 - kgbasegui/skgwebview.h:28:10: fatal error: qwebview.h: No such file or directory
Summary: kgbasegui/skgwebview.h:28:10: fatal error: qwebview.h: No such file or directory
Status: RESOLVED FIXED
Alias: None
Product: skrooge
Classification: Applications
Component: general (show other bugs)
Version: Trunk from git
Platform: Other Linux
: NOR normal
Target Milestone: 25.1.0
Assignee: Guillaume DE BURE
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-06 06:45 UTC by bdouxx
Modified: 2019-02-07 21:24 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
build log (912.80 KB, text/x-log)
2019-02-06 06:45 UTC, bdouxx
Details
/tmp/build_490ef43b530275fb.log (947.33 KB, text/x-log)
2019-02-06 23:08 UTC, bdouxx
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bdouxx 2019-02-06 06:45:12 UTC
Created attachment 117850 [details]
build log

SUMMARY

compile failed with -DSKG_DESIGNER=yes 




In file included from /var/tmp/portage/app-office/skrooge-9999/work/skrooge-9999/skgbaseguidesigner/skgwebviewdesignerplugin.h:24:0,
                 from /var/tmp/portage/app-office/skrooge-9999/work/skrooge-9999/skgbaseguidesigner/skgwebviewdesignerplugin.cpp:22:
/usr/include/qt5/QtDesigner/customwidget.h:4:4: warning: #warning Header <QtDesigner/customwidget.h> is deprecated. Please include <QtUiPlugin/customwidget.h> instead. [-Wcpp]
 #  warning Header <QtDesigner/customwidget.h> is deprecated. Please include <QtUiPlugin/customwidget.h> instead.
    ^~~~~~~
In file included from /var/tmp/portage/app-office/skrooge-9999/work/skrooge-9999/skgbaseguidesigner/skgwebviewdesignerplugin.cpp:27:0:
/var/tmp/portage/app-office/skrooge-9999/work/skrooge-9999/skgbasegui/skgwebview.h:28:10: fatal error: qwebview.h: No such file or directory
 #include <qwebview.h>
          ^~~~~~~~~~~~
compilation terminated.
Comment 1 Stephane MANKOWSKI 2019-02-06 21:47:36 UTC
Git commit 490ef43b530275fbdce34bbc2400dbf451797927 by Stephane MANKOWSKI.
Committed on 06/02/2019 at 21:47.
Pushed by smankowski into branch 'master'.

kgbasegui/skgwebview.h:28:10: fatal error: qwebview.h: No such file or directory

M  +1    -0    CHANGELOG
M  +9    -1    skgbankguidesigner/CMakeLists.txt
M  +9    -1    skgbaseguidesigner/CMakeLists.txt

https://commits.kde.org/skrooge/490ef43b530275fbdce34bbc2400dbf451797927
Comment 2 bdouxx 2019-02-06 23:08:47 UTC
Created attachment 117904 [details]
/tmp/build_490ef43b530275fb.log

Hi

Your commit don't solve the problem.
( log file attached).

Sorry, I don't known which information you're looking for…

thanks
Comment 3 Stephane MANKOWSKI 2019-02-07 20:04:37 UTC
Git commit cb8b56fa729d5f6ee4652e79de354721f4742ee7 by Stephane MANKOWSKI.
Committed on 07/02/2019 at 20:04.
Pushed by smankowski into branch 'master'.

kgbasegui/skgwebview.h:28:10: fatal error: qwebview.h: No such file or directory

M  +5    -0    skgbankgui/CMakeLists.txt
M  +5    -0    skgbankguidesigner/CMakeLists.txt
M  +5    -0    skgbaseguidesigner/CMakeLists.txt

https://commits.kde.org/skrooge/cb8b56fa729d5f6ee4652e79de354721f4742ee7
Comment 4 bdouxx 2019-02-07 21:24:12 UTC
Thanks a lot

my compilation is OK now