Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msvc STATICLIB build example error #32

Open
RichardsATcn opened this issue Mar 17, 2022 · 1 comment
Open

msvc STATICLIB build example error #32

RichardsATcn opened this issue Mar 17, 2022 · 1 comment

Comments

@RichardsATcn
Copy link

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??(????????????????汾??????汾??)

@STDwang
Copy link

STDwang commented May 27, 2022

Hi, have you solved this problem, I have the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants