Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-13306

In-source build with `make install' step results in webkit missing from QT_CONFIG, even if webkit was enabled

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 4.7.1
    • 4.7.0
    • Build System
    • None
    • a37dfcfdaa8029f25217fdec6dd6ec1a46929af2

    Description

      Tested with b705fec8d093d06adbbd1baf461948b95a031759 on a 32-bit Linux machine

      Reproduced like this:

       
      $ ./configure -nokia-developer -no-pch -silent -nomake demos -nomake examples -prefix $PWD/_install
      $ make -j25
      $ make -j1 install
      $ mkdir -p ~/TEMPORARY/qmaketest
      $ cd ~/TEMPORARY/qmaketest
      $ echo 'message(QT_CONFIG is $$QT_CONFIG)' > qmaketest.pro
      $ ~/build/qt/4.7/_install/bin/qmake
      Project MESSAGE: QT_CONFIG is minimal-config small-config medium-config large-config full-config qt3support phonon phonon-backend accessibility opengl reduce_exports ipv6 clock-gettime clock-monotonic mremap getaddrinfo ipv6ifname getifaddrs inotify png system-freetype system-zlib nis iconv glib gstreamer dbus openssl x11sm xshape xvideo xsync xrender mitshm fontconfig xkb alsa xmlpatterns multimedia audio-backend svg script scripttools declarative debug private_tests
      

      Observe that the output string doesn't contain `webkit' though webkit was enabled.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              buddenha Oswald Buddenhagen
              rmcgover Rohan McGovern (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes