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.
MIT License
846 stars 202 forks source link

编译问题 #319

Open wuyedefeng9 opened 10 months ago

wuyedefeng9 commented 10 months ago

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

wuyedefeng9 commented 10 months ago

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

image

wangwenx190 commented 10 months ago

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