diff options
author | Slávek Banko <[email protected]> | 2020-08-22 22:28:07 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-01-28 09:32:13 +0100 |
commit | 18a55e2c69b3decffe457169ccff9829638e0124 (patch) | |
tree | d01774d62fb506cda9e9c90fa1e16691249ce9e5 | |
parent | 5bf424d9d8a3a8c3a894d6540ae164a42d2c25a5 (diff) | |
download | admin-18a55e2c69b3decffe457169ccff9829638e0124.tar.gz admin-18a55e2c69b3decffe457169ccff9829638e0124.zip |
Add includes to the UI file generated for testing TDE UIC plugins.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit f656574fa047e8d342c80d84cf0686be4e561dab)
-rw-r--r-- | acinclude.m4.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/acinclude.m4.in b/acinclude.m4.in index 535e1d9..213a7ca 100644 --- a/acinclude.m4.in +++ b/acinclude.m4.in @@ -1798,9 +1798,12 @@ cat > actest.ui << EOF </property> </widget> </widget> +<includes> + <include location="global" impldecl="in implementation">klineedit.h</include> +</includes> </UI> EOF - + kde_cv_uic_plugins=no |