You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that this is ultra hackish, but I'm able to generate usable docs by putting this in pkg_install on scenarios qt5.0.1.sh
add:
cd $BUILD_DIR/$P-$QT_VERSION
export PATH=$BUILD_DIR/$P-$QT_VERSION/gnuwin32/bin:/c/QtSDK/Qt32-5.0.1/bin:$MINGW_PART_PATH:$WINDOWS_PART_PATH:$MSYS_PART_PATH
mingw32-make -j8 docs
Thanks for this awesome script.
One minor issue is the documentations. The option to build the documentations would be avaliable.
The text was updated successfully, but these errors were encountered: