I tried Qt 5.11.2 on Windows with MinGW 5.4 x86 and MSVC 2017 x64, and failed.
Building on CentOS 7 Linux failed too:
[striker@se verrio_snmpb]$ autoreconf -i
autoreconf: 'configure.ac' or 'configure.in' is required
[striker@se verrio_snmpb]$ cd src
[striker@se src]$ autoreconf -i
autoreconf: 'configure.ac' or 'configure.in' is required
[striker@se src]$ make
make -C ../ app/makefile.snmpb
make[1]: Entering directory `/home/striker/bin/verrio_snmpb'
make[1]: *** No rule to make target `app/makefile.snmpb'. Stop.
make[1]: Leaving directory `/home/striker/bin/verrio_snmpb'
make: *** [makefile.snmpb] Error 2
I tried Qt 5.11.2 on Windows with MinGW 5.4 x86 and MSVC 2017 x64, and failed.
Building on CentOS 7 Linux failed too: