pstavirs / ostinato

Ostinato - Packet/Traffic Generator and Analyzer
https://ostinato.org
758 stars 138 forks source link

Qt Script Deprecated #364

Closed HeroesLament closed 1 year ago

HeroesLament commented 1 year ago

Hello!

Upon trying to build ostinato, we now receive this error:

# make
cd common/ && ( test -e Makefile.ostproto || /usr/bin/qmake -o Makefile.ostproto /home/sypher/src/ostinato/common/ostproto.pro ) && make -f Makefile.ostproto 
Project ERROR: Unknown module(s) in QT: script
make: *** [Makefile:106: sub-common-ostproto-pro-make_first] Error 3

Any ideas?

HeroesLament commented 1 year ago

Was missing qt5-script package, no issues.