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. Can't find installed QT4 when using 'make .... xconfig' command

Can't find installed QT4 when using 'make .... xconfig' command

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
macqt4make xconfigkernelqt4.8.4
2 Posts 2 Posters 3.6k Views
  • 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.
  • V Offline
    V Offline
    Vel.
    wrote on 10 Nov 2015, 22:05 last edited by
    #1

    Hey folks, (I'm using a Mac OS X Yosemite Version 10.10.2 with the latest xcode installed)

    I'm trying to change a kernel file for an open source project using this guide -- http://arachnoid.com/android/Android-x86/ IF ANY OF YOU COULD PLEASE HELP ME FIGURE OUT WHY MY QT (qmake) CAN'T BE FOUND

    When I do the following

    $ . build/envsetup.sh
    $ export ARCH=x86
    $ lunch android_x86-eng
    $ make -C kernel O=/work/config/.config xconfig #(THIS IS WHERE THE ERROR HAPPENS)

    I get the following error (even though I installed QT4 from here: https://download.qt.io/archive/qt/4.8/4.8.5/):

    $ sudo make -C kernel O=/work/config/.config xconfig
    Password:
    GEN ./Makefile
    CHECK qt

    Unable to find the QT4 tool qmake. Trying to use QT3
    Unable to find any QT installation. Please make sure that
    the QT4 or QT3 development package is correctly installed and
    either qmake can be found or install pkg-config or set
    the QTDIR environment variable to the correct location.
    make[2]: *** No rule to make target scripts/kconfig/.tmp_qtcheck', needed byscripts/kconfig/qconf.o'. Stop.
    make[1]: *** [xconfig] Error 2
    make: *** [sub-make] Error 2

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 10 Nov 2015, 22:13 last edited by
      #2

      Hi,

      Please don't post the same question multiple times.

      Duplicates

      Closing this one

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      2/2

      10 Nov 2015, 22:13

      • Login

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