| Summary: | Problem compiling printwizard - Fault in frmprintwizardbase.cpp? | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Thomas Astleitner <ta> |
| Component: | Portability-Compilation | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | caulier.gilles |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Thomas Astleitner
2006-03-27 22:13:35 UTC
I bet you are using Qt: 3.3.5 There are some problems with that version. http://aseigo.blogspot.com/2005/09/qt-335-uic-problem-fix-patches.html If not, please reopen. I see the same problem with QT 3.3.6. The bug is actually in frmprintwizardbase.ui. Go to line 1632. It should say
<includehint>cropframe.h</includehint>
Instead of:
<includehint>kipiprintwizardplugin::cropframe.h</includehint>
This is fixed in our repository by Dirk. You just have to wait for another release, or pull the source from svn.
Tom
------------------------------------------------------------------------
r467060 | mueller | 2005-10-04 09:47:20 +0200 (di, 04 okt 2005) | 2 lines
daily "unbreak compilation"
$ svn diff -r467059:467060 frmprintwizardbase.ui
Index: frmprintwizardbase.ui
===================================================================
--- frmprintwizardbase.ui (revision 467059)
+++ frmprintwizardbase.ui (revision 467060)
@@ -1623,13 +1623,4 @@
<slot>EditCopies_valueChanged( int )</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
-<includehints>
- <includehint>kcombobox.h</includehint>
- <includehint>kurllabel.h</includehint>
- <includehint>klineedit.h</includehint>
- <includehint>kpushbutton.h</includehint>
- <includehint>klistbox.h</includehint>
- <includehint>kipiprintwizardplugin::cropframe.h</includehint>
- <includehint>kprogress.h</includehint>
-</includehints>
</UI>
|