2

ubuntu 20.04 TLS

I need to install the Qt libraries and follow this path: "PATH_TO_QT/QT_VERSION/QT_ARCH/lib/cmake" (for example /home/user/Qt/5.9.1/gcc_64/lib/cmake or Users/edouard/Qt/5.7/clang_64/lib/cmake)

I'm installing Qt:

sudo apt update sudo apt install qt5-default

After I do:

whereis qt5 qt5: /usr/lib/x86_64-linux-gnu/qt5 /usr/lib/qt5 /usr/share/qt5

but there is no lib/cmake folder in these directories:

cd /usr/lib/x86_64-linux-gnu/qt5 ls bin mkspecs plugins qt.conf

cd /usr/lib/qt5 ls bin

cd /usr/lib/qt5 ls bin

3
  • @MarkPlotnick yes, is this the equivalent of qt/lib/cmake? Commented May 30, 2020 at 14:47
  • 1
    I will need to check the contents of that directory. May take a day or so. Commented May 30, 2020 at 16:54
  • @MarkPlotnick no longer necessary, the directory you specified can be used as qt/lib/cmake Commented May 30, 2020 at 17:39

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.