Qt (headers and libraries) not found

739

Solution 1

Running Debian Wheezy I installed the following packages to successfully configure:

libqt4-dev (4:4.8.2+dfsg-11)
libqt4-dev-bin (4:4.8.2+dfsg-11)
libqt4-opengl-dev (4:4.8.2+dfsg-11)
libqtwebkit-dev (2.2.1-5)
qt4-linguist-tools (4:4.8.2+dfsg-11)
qt4-qmake (4:4.8.2+dfsg-11)

Solution 2

Searching to figure out which package contained Qt5 headers brought me to this post first. So in case that happens to someone else;

Ubuntu 18.04 'bionic', Qt5 headers are in qtbase5-dev

Share:
739

Related videos on Youtube

Maksim I. Kuzmin
Author by

Maksim I. Kuzmin

Updated on September 18, 2022

Comments

  • Maksim I. Kuzmin
    Maksim I. Kuzmin over 1 year

    As I know, the most of android devices allows to detect rotation by accelerometer, but I've noticed, that it doesn't detect rotation parallel to the ground. For example, if I put the device on a table and turn it around, no one of accelerometer indicators doesn't change.

    enter image description here

    At the picture, it's called "alfa" rotation. So how can I detect this kind of turning?

    • Admin
      Admin over 10 years
      Which program are you trying to install/build?
    • Admin
      Admin over 10 years
    • Admin
      Admin over 10 years
      You might need to install even qt3 before by running sudo apt-get install libqt3-*
    • Admin
      Admin over 10 years
      @user1251007 It's already installed.
    • Admin
      Admin over 10 years
      try this ./configure --with-qt-includes=/usr/include/qt3/ --with-qt-libraries=/usr/lib/qt3
    • Admin
      Admin over 10 years
      @user1251007 I've tried this and still got the error. :(
    • Admin
      Admin over 10 years
      Sorry, I have no further ideas. But in order to increase readability for others, you should include all necessary information from the comments in your question.
    • DolDurma
      DolDurma almost 8 years
      looping axis on X?
    • Maksim I. Kuzmin
      Maksim I. Kuzmin almost 8 years
      yes, turning by X axis
    • kalabalik
      kalabalik almost 8 years
      "alpha" describes rotation around z-axis, doesn't it?
    • Maksim I. Kuzmin
      Maksim I. Kuzmin almost 8 years
      Hmm... not by X axis, you're right. Also, I found compass feature in my android 5.0 device, so I can detect "alfa" rotation, but it's very unstable and not always shows right direction.
  • EODCraft Staff
    EODCraft Staff almost 6 years
    Still Works for 18.04! Thanks! +1
  • Franva
    Franva almost 3 years
    could you please specify the entire path?