Hello!
The program compiles normally without static linking. When I try to compile programs with static layout in release mode (I have attached a screenshot of the settings), I receive messages:
||=== Build: Release in gtkLearning (compiler: GNU GCC Compiler) ===|
ld.exe||cannot find -lgtk-4: No such file or directory|
ld.exe||cannot find -lgraphene-1.0: No such file or directory|
||error: ld returned 1 exit status|
||=== Build failed: 3 error(s), 0 warning(s) (0 minute(s), 4 second(s)) ===|
I tried to add libraries to the linker settings in release mode, but nothing worked for me.
Please help me fix the project.