ryzom / ryzomcore

Ryzom Core is the open-source project related to the Ryzom game. This community repository is synchronized with the Ryzom Forge repository, based on the Core branch.
https://wiki.ryzom.dev
GNU Affero General Public License v3.0
333 stars 90 forks source link

georges_editor_qt is not built with qt5 #332

Closed ryzom-pipeline closed 4 years ago

ryzom-pipeline commented 5 years ago

Original report by emorrp1 (Bitbucket: emorrp1, GitHub: emorrp1).


code/ryzom/tools/leveldesign/CMakeLists.txt only checks for WITH_QT (i.e. qt4) but it should probably also check for WITH_QT5.

ryzom-pipeline commented 5 years ago

Original comment by Cédric Ochs (Bitbucket: [Cédric OCHS](https://bitbucket.org/Cédric OCHS), ).


Hi :)

Thanks for your report.

Unfortunately, most of our tools haven't been upgraded for Qt 5 yet :( Only the latest added tools are compatible with Qt 5.

Even if I suppose that the changes will be minimal to be compatible with both Qt 4 and 5. I'll try to check when I'll have time :)

ryzom-pipeline commented 5 years ago

Original comment by emorrp1 (Bitbucket: emorrp1, GitHub: emorrp1).


Ah, so it's deliberate then, rather than an oversight - that's fine