Closed darcosion closed 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") ?
lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5")
It could be better to the compilation.
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/
Done. https://github.com/radareorg/cutter/pull/646
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.