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
in example.pro line 54
PRE_TARGETDEPS += $$OUT_PWD/../bin/Toou2D/lib$${LIBNAME}.a
but msvc don`t output *.a.
when I modify code:
PRE_TARGETDEPS += $$OUT_PWD/../bin/Toou2D/$${LIBNAME}.lib
QQmlApplicationEngine failed to load component
qrc:/main.qml:3:1: plugin cannot be loaded for module "Toou2D": ??????F:/Qt/5.15.2/msvc2019/qml/Toou2D/Toou2Dd.dll?????????????Qt??(????????????????汾??????汾??)
The text was updated successfully, but these errors were encountered:
in example.pro line 54$$OUT_PWD/../bin/Toou2D/lib$$ {LIBNAME}.a
PRE_TARGETDEPS +=
but msvc don`t output *.a.
when I modify code:$$OUT_PWD/../bin/Toou2D/$$ {LIBNAME}.lib
PRE_TARGETDEPS +=
QQmlApplicationEngine failed to load component
qrc:/main.qml:3:1: plugin cannot be loaded for module "Toou2D": ??????F:/Qt/5.15.2/msvc2019/qml/Toou2D/Toou2Dd.dll?????????????Qt??(????????????????汾??????汾??)
The text was updated successfully, but these errors were encountered: