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

找不到/config/KSkinRes.rcc #1

Open
toddming opened this issue Jan 21, 2024 · 2 comments
Open

找不到/config/KSkinRes.rcc #1

toddming opened this issue Jan 21, 2024 · 2 comments

Comments

@toddming
Copy link

No description provided.

@kevinlq
Copy link
Owner

kevinlq commented Jan 22, 2024

No description provided.

这个文件可能忘记上传了,你下载V1.0.0 压缩包,然后把里面的 /config/KSkinRes.rcc 替换下应该就可以运行了。

其次,如果你仅仅本地调试用,可以修改代码,运行本地资源即可:
src/KWeChatClient/Client/KStartManager.cpp, 68h

if(true)
  {
      qmlRes = QString("file:///%1/src/KQML/App.qml").arg(IDE_SOURCE_PATH);
      QFileInfo fInfo(QUrl(qmlRes).toLocalFile());
      resPrefix = fInfo.absolutePath() + "/";
  }

我抽空穿下资源生成脚本。

@losemao
Copy link

losemao commented Jun 5, 2024

第三方库也没有

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

3 participants