If you have Qt installed on the system, it will work by appending to the PATH env var $QTDIR/bin ( linux ), or %QTDIR%\bin (Windows).
Something like this:
PATH=$QTDIR/bin:$PATH
or:
PATH=%QTDIR%\bin;%PATH%
If you want to run it on another computer, the Qt libraries will have to be in the app directory.
Regards




Reply With Quote
Bookmarks