diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2025-08-19 09:11:57 +0300 |
---|---|---|
committer | Alexander Golubev <fatzer2@gmail.com> | 2025-08-19 14:16:10 +0300 |
commit | 01ed8a79880d6f0807e18f80e383962ac9ab2153 (patch) | |
tree | fac4d56c5552b4219f24d23e4cef6966a17dbe55 /src/app/bookmarkdialogbase.ui | |
parent | f7cfd2e7d41e6d8c4eee02ba589cd0a449154398 (diff) | |
download | gwenview-r14.1.x.tar.gz gwenview-r14.1.x.zip |
Fix FTBFS because of missing headerr14.1.x
The FTBFS happens on a system with minimal-ish config of tdelibs and tqt
i.e. no threading, no ssl etc. I didn't checked which one of the options
triggers the FTBFS specifically, though it hardly matters.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 222ece3a1c8867fc59f74ba3d45514dd13e84b4c)
Diffstat (limited to 'src/app/bookmarkdialogbase.ui')
-rw-r--r-- | src/app/bookmarkdialogbase.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/bookmarkdialogbase.ui b/src/app/bookmarkdialogbase.ui index d2bee5f..42c58ba 100644 --- a/src/app/bookmarkdialogbase.ui +++ b/src/app/bookmarkdialogbase.ui @@ -101,6 +101,7 @@ </customwidgets> <layoutdefaults spacing="6" margin="11"/> <includes> + <include location="global" impldecl="in implementation">kicondialog.h</include> <include location="global" impldecl="in implementation">klineedit.h</include> <include location="global" impldecl="in implementation">kpushbutton.h</include> <include location="global" impldecl="in implementation">kurlrequester.h</include> |