After recompiling Qt 5.15.2 on Linux 20.04 I cannot run this widget project
-
After recompiling Qt 5.15.2 on Linux 20.04 I cannot run this widget project inside Qt designer.
I have run QT Wizard (Other Project - Qt Custom Designer Widget). When the Wizard has finished its work, it has therefore created the empty project, all the includes, except those referring to the modules of the project, are inconsistent (Ex. <QWidget>, <QtPlugin), ...). If I then try to add a new Include by typing #include < it shows me an empty list. Please note that a normal "Qt Widgets Application" compile normally. Have you got any suggestion?In general message I've got Unknown module(s) in QT:designer
I've serched in teh forum about the same erro and similar issues but nothing fixed the problem
-
Hi and welcome to devnet,
Did you check that this module was actually built ?
On a side note, why rebuild 5.15.2 rather than use the pre-built version of Qt ?
-
@SGaist I need exactly that version. The problem is : when i start a new custom widget project no .h are visible inside that project in Qt creator. On the other hand, with Qt creator i can build and run Qt widget based project and all .h are visible in that projects