octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #40252] Make GUI compatible with both Qt4 and


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #40252] Make GUI compatible with both Qt4 and Qt5
Date: Sat, 12 Oct 2013 19:40:36 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?40252>

                 Summary: Make GUI compatible with both Qt4 and Qt5
                 Project: GNU Octave
            Submitted by: mtmiller
            Submitted on: Sat 12 Oct 2013 03:40:35 PM EDT
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

The GUI does not compile with Qt5 currently. There are several issues ranging
from include file compatibility to detecting the helper utilities and CPPFLAGS
and LIBS correctly in configure.ac.

I got as far as hacking the results of configure to look at the right paths,
but the changes in header files between Qt4 and Qt5 is blocking me from
getting any further. The recommendations I've seen for compatibility are to
not include the Qt module in #include statements, so for example use


#include <QApplication>


instead of


#include <QtGui/QApplication>


We have quite a few of the latter variety of includes, especially in the
libqterminal directory.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40252>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]