wangwenx190 / framelesshelper

Project moved to: https://github.com/stdware/qwindowkit Cross-platform window customization framework for Qt Widgets and Qt Quick. Supports Windows, Linux and macOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

编译问题

wuyedefeng9 opened this issue · comments

编译示例:mainwindow
QT:6.6
编译:qmake
提示::-1: error: No rule to make target 'debug/framelessmanager.moc', needed by 'debug/framelessmanager.o'. Stop.

windows:win11 23H2 x64
编译器:Qt\Tools\mingw1120_64\bin\mingw32-make.exe
所有的Q_GLOBAL_STATIC变量均提示有问题:
image

image

moc的问题最新代码应该没了,Q_GLOBAL_STATIC这个不知道怎么回事