#3504 closed defect (fixed)
Qt version conflict in qjson
Reported by: | Maksimov Doe | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | high | Milestone: | 1.9.4 |
Component: | Build Environment | Version: | |
Keywords: | Cc: |
Description
On my system(Ubuntu 15.10) installed both Qt4.8 and Qt5.4.
OMEdit and OMPlot are compiled with Qt4, but qjson with Qt5.
In result I have OMEdit crashed on start.
Attachments (1)
Change History (7)
by , 9 years ago
Attachment: | qjson-qt5.patch added |
---|
comment:1 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 9 years ago
There is a workaround.
Use patch file qjson-qt5.patch or add line set(QT4_BUILD ON) to OMEdit/qjson/CMakeLists.txt.
But it is a quick fix and more clean solution exists.
comment:4 by , 9 years ago
Milestone: | Future → 1.9.4 |
---|
Sorting these closed tickets away from "Future". Since they were closed after the last 1.9.3 release, it's very likely that they should have been part of the 1.9.4 release.
Note:
See TracTickets
for help on using tickets.
Thanks gossen!
Fixed in 7fd0367/OMEdit by applying the attached patch.