diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-09-23 13:07:23 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-23 23:48:57 +0900 |
commit | 3aadeebb36ac178c7b5cf7f91fd5f2a269d4a21c (patch) | |
tree | 3398739e53968bdcabb53761d9498b7d3a0d701f /src/profileengine/editor/addprofilewidget.ui | |
parent | 319590c0d02bcea8b7860514383ea33f2c6a0cdf (diff) | |
download | tdevelop-3aadeebb36ac178c7b5cf7f91fd5f2a269d4a21c.tar.gz tdevelop-3aadeebb36ac178c7b5cf7f91fd5f2a269d4a21c.zip |
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a213def8e9bf36d3554373e623a8e84ef46ad960)
Diffstat (limited to 'src/profileengine/editor/addprofilewidget.ui')
-rw-r--r-- | src/profileengine/editor/addprofilewidget.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/profileengine/editor/addprofilewidget.ui b/src/profileengine/editor/addprofilewidget.ui index 78d20d17..65205678 100644 --- a/src/profileengine/editor/addprofilewidget.ui +++ b/src/profileengine/editor/addprofilewidget.ui @@ -118,4 +118,7 @@ </vbox> </widget> <layoutdefaults spacing="6" margin="11"/> +<includes> + <include location="global" impldecl="in implementation">klineedit.h</include> +</includes> </UI> |