[Bug 59265] New: qt uic file format change

K.Reid Wightman reid at syralumni.org
Mon Jun 2 22:16:02 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=59265     
           Summary: qt uic file format change
           Product: kdevelop
           Version: unspecified
          Platform: Debian testing
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: reid at syralumni.org


Version:           3.0a4a (using KDE KDE 3.1.2)
Installed from:    Debian testing/unstable Packages
Compiler:          gcc 3.3 
OS:          Linux

QT has changed the file format of .ui files as input for uic.  In the latest version (3.0b1), it is now <include>file</include>.  The gideon source files assume that QT's uic utility, regardless of version, uses the format <includehint>file</includehint>.  As a result, the .cpp files are not generated correctly (they're missing includes), and gideon will not build from source correctly on a system with the latest QT.




More information about the KDevelop-devel mailing list