Menu

#23 cannot build with QT-2.2.4 - needs QTextEdit

None
wont-fix
None
5
2018-04-26
2007-05-27
No

I'd like to report a problem with unixODBC-2.2.12 with QT-2.2.4.
I've build QT-2.2.4 from scratch on AIX, I haven't any QT installed before.
Then I've tried to build unixODBC-2.2.12 using that QT. (The main web site page says that QT-2.2 is needed.)
But I've failed to compile file CODBCCreate.cpp, because QT-2.2 has no class QTextEdit that was needed. Instead (I've found that in the qt/src/doc/misc.doc document) it has QMultiLineEdit class.

So, as a patch, the CODBCCreate.h file was changed:
1. the following line commented out:
#include <qtextedit.h>
2. instead, the following lines were inserted:
#include <qmultilineedit.h>
#define QTextEdit QMultiLineEdit

Discussion

  • Nick Gorham

    Nick Gorham - 2018-04-26

    Moved in the gui parts

     
  • Nick Gorham

    Nick Gorham - 2018-04-26
    • status: open --> wont-fix
    • assigned_to: Nick Gorham
    • Group: -->
     

Log in to post a comment.