File: 00_fix_reportcontroller_ftbfs.diff

package info (click to toggle)
taskjuggler 2.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 13,156 kB
  • ctags: 3,713
  • sloc: cpp: 37,683; sh: 13,617; xml: 6,021; perl: 5,207; lisp: 538; makefile: 283; python: 258
file content (17 lines) | stat: -rw-r--r-- 523 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
author: Fathi Boudra <fabo@debian.org>

Fix FTBFS on ReportController.ui
It seems uic3 doesn't generate kdateedit include as expected.

--- a/TaskJugglerUI/ReportController.ui
+++ b/TaskJugglerUI/ReportController.ui
@@ -131,6 +131,8 @@
 <includehints>
     <includehint>klistviewsearchline.h</includehint>
     <includehint>kdateedit.h</includehint>
-    <includehint>kdateedit.h</includehint>
 </includehints>
+<includes>
+    <include location="global" impldecl="in declaration">kdateedit.h</include>
+</includes>
 </UI>