Results 1 to 2 of 2

Thread: [xubuntu] Qt5 location missing

  1. #1
    Join Date
    May 2020
    Beans
    8

    [xubuntu] Qt5 location missing

    Hi,

    some days ago I changed my linux to Xubuntu and I have a problem with my own developed programme (Qt5 / QML application). I used the Qt5 packages delivered with xubuntu. In Qt Creator I will get the following error messages

    Code:
    Project ERROR: Unknown module(s) in QT: location
    Project ERROR: Unknown module(s) in QT: quick quickcontrols2 location
    I use this option in my qmake project file:

    Code:
    QT          += core location

    I installed all qt5 related location package:


    • libqt5location5
    • libqt5location5-plugin-mapboxgl
    • libqt5location5-plugins


    Which packet I have to install, that I can compile my programme?

    Thank you for your help
    BR
    martin

  2. #2
    Join Date
    Aug 2020
    Beans
    1

    Re: [xubuntu] Qt5 location missing

    You could use Synaptic Package Manager to install Qt 5 Creator and it should work.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •