This repository has been archived by the owner on Jan 4, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: Stop calling QT5_WRAP_CPP(). (#207)
The USE_QT5 code path already unconditionally sets CMAKE_AUTOMOC to on. Calling QT5_WRAP_CPP() used to be just redundant, as antimicro_HEADERS_MOC was never actually added as a source dependency of the antimicro target. In other words, CMake's own automoc infrastructure was actually being used and the moc invocations from QT5_WRAP_CPP() were not being made at all. Starting with Qt 5.9.4, calling QT5_WRAP_CPP() disables the AUTOMOC property on the macro's input files, which means neither CMake's automoc infrastructure not QT5_WRAP_CPP()'s code were being used and we ended up with several 'undefined reference to vtable' errors when linking.
- Loading branch information
985f0b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hello , im interesting in antimicro program ,so Is there any software update coming? for example to use it by ps5 controller or windows 11
985f0b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ae95,
antimicro is currently a legacy application (no updates are planned).
There is a new, actively developed fork called AntiMicroX, but that one doesn't support Windows (yet).
We plan to restore Windows support, but there is a long way ahead of us we are also looking for Windows developers which could help us with this task. AntiMicroX/antimicrox#4
985f0b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you very much but is currently program work with ps5 controller or windows 11 ?
985f0b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know.
On Linux ps5 controller is supported out of the box, IDK how it looks on Windows.