You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message(FATAL_ERROR"Qt Quick Controls 1 library not found at ${QT_QUICKCONTROLS_DLL}; install the Qt Quick Controls component to bundle FileDialog dependencies")
255
-
endif()
256
-
241
+
# depends on QtQuick.Controls 1.2, but windeployqt can miss it. Copy the
242
+
# QML modules explicitly so the NSIS script can bundle them and fail loudly
243
+
# if they are missing so we never ship an installer without the required
message(FATAL_ERROR"Qt Quick Controls 1 QML directory not found at ${QT_QUICKCONTROLS_QML_DIR}; install the Qt Quick Controls component to bundle FileDialog dependencies")
253
+
message(FATAL_ERROR"Qt Quick Controls 1 QML directory not found at ${QT_QUICKCONTROLS_QML_DIR} or missing qtquickcontrolsplugin.dll; install the Qt Quick Controls component to bundle FileDialog dependencies")
0 commit comments