[Development] qmake: qmltest missing in Qt6

Mitch Curtis mitch.curtis at qt.io
Mon Aug 10 11:32:49 CEST 2020


> -----Original Message-----
> From: Development <development-bounces at qt-project.org> On Behalf Of
> Arno Rehn
> Sent: Sunday, 9 August 2020 7:58 PM
> To: development at qt-project.org
> Subject: [Development] qmake: qmltest missing in Qt6
> 
> Hey everybody,
> 
> I'm trying to port over qtwebchannel from qmake to CMake, so we can
> hopefully include it in Qt 6.1 again. The problem is that I can't get the unit
> tests going with the old qmake system against current qt6 dev.
> I'd like to have something working which I can then port.
> 
> The error message from qmake is just:
> > Project ERROR: Unknown module(s) in QT: qmltest
> 
> It seems to have its root in cause in mkspecs/features/qmltestcase.prf,
> where it reads
> > mkspecs/features/qmltestcase.prf:    QT += qml qmltest
> 
> Is this a regression? I thought that qmake should still be supported with Qt6,
> even though Qt itself has switched to CMake.
> Any ideas?

Do you have qtbase/lib/libQt6QuickTest.so.6.0.0? It could be that it failed to build for some reason, assuming you're using a self-built Qt.
 
> Regards,
> Arno
> 
> --
> Arno Rehn
> Tel +49 89 189 166 0
> Fax +49 89 189 166 111
> a.rehn at menlosystems.com
> www.menlosystems.com
> 
> Menlo Systems GmbH
> Am Klopferspitz 19a, 82152 Martinsried, Germany Amtsgericht München HRB
> 138145
> Geschäftsführung: Dr. Michael Mei, Dr. Ronald Holzwarth USt.-IdNr.
> DE217772017, St.-Nr. 14316170324
> _______________________________________________
> Development mailing list
> Development at qt-project.org
> https://lists.qt-project.org/listinfo/development


More information about the Development mailing list