kactus2 / kactus2dev

Kactus2 is a graphical EDA tool based on the IP-XACT standard.
https://research.tuni.fi/system-on-chip/tools/
GNU General Public License v2.0
191 stars 34 forks source link

Qhelgenerator and Qmake not found #91

Closed Ryuji-Yatahagane closed 9 months ago

Ryuji-Yatahagane commented 9 months ago

So after the step 1 completed execute the ./configure command and the system said:

" Qhelgenerator not found. Please set the variable QTBIN_PATH to Qt binary files. " " Qmake not found. Please set the variable QTBIN_PATH to Qt binary files. "

I already hace done this, my files are on /lib/qt6/bin and the variable on configure file is QTBIN_PATH=/lib/qt6/bin

Is there other path's where i sould check ?

image

epekkar commented 9 months ago

Fixed in #84

Ryuji-Yatahagane commented 9 months ago

It works, thanks u