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
sorry, the asterisks got converted to markdown, not sure how to escape the like correctly for this issue reporting system, anyway , the "AV" in italics should have a asterisk before and after
Yes, I am using Qt 5.4.1 msvc2013 edition, the dll created is Qt5AV1.dll and Qt5AVd1.dll for debug versions. They are missed during the install_sdk run because of the naming convention
I see line 94 of install_sdk.pro , when changed to the below seems to produce the correct dll copy command
win32:sdk_install.commands = $$quote($$COPY $$system_path($$BUILD_DIR/bin/Qt_AV_.dll)$$system_path($$ [QT_INSTALL_BINS]/))
Note the * added between the Qt and AV
The text was updated successfully, but these errors were encountered: