Denvi / Candle

GRBL controller application with G-Code visualizer written in Qt.
GNU General Public License v3.0
1.35k stars 548 forks source link

build with Visual Studio, missing .rc file #539

Closed zhoubinx closed 2 years ago

zhoubinx commented 2 years ago

I try to build it with Visual Studio 2022, QT 5.14.2. After all file compiled(qmake), there is an Error: count not find Candle_resource.rc

Really expecting for anybody's help! Many thanks!

zhoubinx commented 2 years ago

I got it done. Just create an empty rc file.