Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build documentations #5

Closed
bratao opened this issue Jan 25, 2013 · 3 comments
Closed

Build documentations #5

bratao opened this issue Jan 25, 2013 · 3 comments

Comments

@bratao
Copy link

bratao commented Jan 25, 2013

Thanks for this awesome script.
One minor issue is the documentations. The option to build the documentations would be avaliable.

@Alexpux
Copy link
Owner

Alexpux commented Jan 26, 2013

Now I have issues with build documentation. I post bug to developers https://bugreports.qt-project.org/browse/QBS-209

@bratao
Copy link
Author

bratao commented Jan 26, 2013

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

git clone --branch master git://gitorious.org/qtplayground/qtdesktopcomponents.git qtdesktopcomponents
cd qtdesktopcomponents
qmake -r
mingw32-make -j8
mingw32-make -j8 docs
mingw32-make -j8 install

@Alexpux
Copy link
Owner

Alexpux commented Jan 26, 2013

Now documentation for Qt5 generated and installed properly.

@Alexpux Alexpux closed this as completed Jan 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants