Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.6.3
-
None
-
Windows 10 x64 1803
Static build of Qt 5.6.3 32 bits using MSVC 2013 SP5
Configure switches:
{noformat}
-debug-and-release -commercial -confirm-license -static -static-runtime -force-debug-info -optimized-tools -mp -ltcg -no-icu -target xp -opengl desktop -openssl-linked -I C:\WORK\Galaxy\Qt\OpenSSL\include -L C:\WORK\Galaxy\Qt\OpenSSL\lib OPENSSL_LIBS=-lssleay32 -llibeay32 -lUser32 -lGdi32 -make tools -nomake examples -no-angle -no-sse3 -no-ssse3 -no-sse4.1 -no-sse4.2 -no-avx -no-avx2 -skip qtscript -skip qt3d -skip qtwebengine -skip qtwebchannel -skip qtlocation -skip qtserialport -skip qtquickcontrols2 -skip qtmultimedia -skip qtsensors -skip qtserialbus -skip qtwebview -skip qtxmlpatterns -skip qtwebsockets -skip qtconnectivity -platform win32-msvc2013 -prefix C:\Qt\5.6.3static {noformat}
Windows 10 x64 1803 Static build of Qt 5.6.3 32 bits using MSVC 2013 SP5 Configure switches: {noformat} -debug-and-release -commercial -confirm-license -static -static-runtime -force-debug-info -optimized-tools -mp -ltcg -no-icu -target xp -opengl desktop -openssl-linked -I C:\WORK\Galaxy\Qt\OpenSSL\include -L C:\WORK\Galaxy\Qt\OpenSSL\lib OPENSSL_LIBS=-lssleay32 -llibeay32 -lUser32 -lGdi32 -make tools -nomake examples -no-angle -no-sse3 -no-ssse3 -no-sse4.1 -no-sse4.2 -no-avx -no-avx2 -skip qtscript -skip qt3d -skip qtwebengine -skip qtwebchannel -skip qtlocation -skip qtserialport -skip qtquickcontrols2 -skip qtmultimedia -skip qtsensors -skip qtserialbus -skip qtwebview -skip qtxmlpatterns -skip qtwebsockets -skip qtconnectivity -platform win32-msvc2013 -prefix C:\Qt\5.6.3static {noformat}
Description
Qmake fails to generate VS project files (using -tp vc) or makefiles in Creator with error message:
Project ERROR: Plugin qml_winextras is missing a classname entry, please add one to the qmldir file.
My pro file has
QT += qml quick svg gui axcontainer winextras
I think it's failing when trying to generate the imported plugins cpp file.
Here's the qmldir file for QtWinExtras staged after caling jom install:
module QtWinExtras plugin qml_winextras JumpListLink 1.0 JumpListLink.qml JumpListDestination 1.0 JumpListDestination.qml JumpListSeparator 1.0 JumpListSeparator.qml