Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Build Qt6 libs only

Build Qt6 libs only

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 236 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mark81
    wrote on last edited by Mark81
    #1

    It seems a silly question but I'm not able to tell configure to build libs only.
    The help says:

    -make <part> ......... Add <part> to the list of parts to be built.
                           Specifying this option clears the default list first.
                           (allowed values: libs, tools, examples, tests,
                           benchmarks, manual-tests, minimal-static-tests)
                           [default: libs and examples, also tools if not
                           cross-building, also tests if -developer-build]
    -nomake <part> ....... Exclude <part> from the list of parts to be built.
    

    So, at first I tried:

    $ ../qt5/configure -make libs -opengl es2 -sql-mysql -no-gbm -no-kms -no-xcb
    + mkdir -p qtbase
    + cd qtbase
    + exec /home/user/qt5/qtbase/configure -top-level -make libs -opengl es2 -sql-mysql -no-gbm -no-kms -no-xcb
    CMake Warning at /home/user/qt5/qtbase/cmake/QtProcessConfigureArgs.cmake:247 (message):
     '-make libs' is not implemented yet.
    

    So why it's listed in the help but not implemented (yet)?

    Anyway, also:

    ../qt5/configure -nomake tools -nomake examples -nomake tests -nomake benchmarks -nomake manual-tests -nomake minimal-static-tests -opengl es2 -sql-mysql -no-gbm -no-kms -no-xcb 
    + mkdir -p qtbase
    + cd qtbase
    + exec /home/user/qt5/qtbase/configure -top-level -nomake tools -nomake examples -nomake tests -nomake benchmarks -nomake manual-tests -nomake minimal-static-tests -opengl es2 -sql-mysql -no-gbm -no-kms -no-xcb
    CMake Warning at /home/user/qt5/qtbase/cmake/QtProcessConfigureArgs.cmake:247 (message):
      '-nomake tools' is not implemented yet.
    

    fails.
    So how to build only the libraries?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved