diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2025-08-19 09:11:57 +0300 |
---|---|---|
committer | Alexander Golubev <fatzer2@gmail.com> | 2025-08-19 09:19:01 +0300 |
commit | 222ece3a1c8867fc59f74ba3d45514dd13e84b4c (patch) | |
tree | ce47aa6a19ce6cfa04f5f74ae7b1e86e6f930ecd | |
parent | e8d03cddf6ebe38697962cae0f379df09cfaee12 (diff) | |
download | gwenview-master.tar.gz gwenview-master.zip |
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>
-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> |