rizinorg / cutter

Free and Open Source Reverse Engineering Platform powered by rizin
https://cutter.re
GNU General Public License v3.0
15.86k stars 1.15k forks source link

require Qt 5 #645

Closed darcosion closed 6 years ago

darcosion commented 6 years ago

When I try to compile, that doesn't work with QT4.

Can y suggest to specify lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5") ?

It could be better to the compilation.

Maijin commented 6 years ago

Can you create a Pull request with your suggested solution ? You can use Github pencil - https://help.github.com/articles/editing-files-in-your-repository/

darcosion commented 6 years ago

Done. https://github.com/radareorg/cutter/pull/646