← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1263070] Re: Qt5CoreConfigExtras.cmake contains wrong path

 

** Changed in: qtbase-opensource-src (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1263070

Title:
  Qt5CoreConfigExtras.cmake contains wrong path

Status in “qtbase-opensource-src” package in Ubuntu:
  Fix Released

Bug description:
  File /usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfigExtras.cmake contains
      list(APPEND Qt5Core_INCLUDE_DIRS "/usr/include/qt5/" "/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64")
  but the path
      /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64
  doesn't exist. So my programs written with Qt5 and CMake cannot be built:
      cc1plus: error: /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64: No such file or directory [-Werror]

  The actual path for the makespec is
      /usr/share/qt5/mkspecs/linux-g++-64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1263070/+subscriptions


References