QtDocumentation:Build
-
Can anyone help me to build qt-documentation for mac because i didn't get how to build qtdocs.
someone help me with clear process how we can able to build qt-docs? -
Hi,
Did you follow the documentation ?
The wiki page that was already linked in your other threads ?
What exactly is your issue ?
Did you install the required software ? -
Yes I installed required software but I didn't get how should go through the process
because I tried to build but build fails showing some cmake error.ninja: error: 'qtbase/bin/qdoc', needed by 'qt3d/src/core/CMakeFiles/generate_top_level_docs_3DCore', missing and no known rule to make it
i tried to build in mac and i give the below config command after perl-initrepo.
cmake -G Ninja
-DCMAKE_BUILD_TYPE=Debug
-DFEATURE_developer_build=ON
-DQT_BUILD_TESTS_BY_DEFAULT=ON
-DQT_BUILD_TESTS=ON
-DQT_BUILD_EXAMPLES=OFF
-DQT_BUILD_DOCS=ON
-DCMAKE_INSTALL_PREFIX=/Volumes/MacBookProSSD1/QtDev/BugFix
/Volumes/MacBookProSSD1/QtDev/qt5 -
What exactly did you install ?
Did you call the configure script ?
From your post it seems not. -
Yes, after configure only i keep for build then throwing the error
-
The configure summary tells you why qdoc will not be built. That's what you need to take into account.