Actiona has migrated from qmake to cmake recently; I have updated the wiki page: https://wiki.actiona.tools/doku.php?id=en:compilation
Code: Select all
mkdir build && cd build && cmake .. && make
Code: Select all
mkdir build && cd build && cmake .. && make
Code: Select all
qmake -v