[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Issues with a Qt project and modules



Hello list,
I am trying to port a Qt project a friend of mine is developing in his PC to my Debian Buster based ARM32bit Board (it is iMX6QuadPlus with 2GB DDR3 SDRAM and 8Gb eMMC Storage with a 1024x600 lvds display).

His project is based on Qt 5.12.3 downloaded from Qt website (looking at .pro):

QT += quick virtualkeyboard core gui widgets charts
QT += qml quick sql
CONFIG += c++11

But when I am trying to run qmake on my PC to create the Makefile, it gives me these errors:

Project ERROR: Unknown module(s) in QT: virtualkeyboard charts

I have installed all qml modules and everything is related to charts and virtualkeyboard, but qmake refuses to build the Makefile.

How I can proceed further?

Thank you in advance,
Gianluca Renzi
--
Eurek s.r.l.                          |
Electronic Engineering                | http://www.eurek.it
via Celletta 8/B, 40026 Imola, Italy  | Phone: +39-(0)542-609120
p.iva 00690621206 - c.f. 04020030377  | Fax:   +39-(0)542-609212


Reply to: