yse / easy_profiler

Lightweight profiler library for c++
MIT License
2.14k stars 184 forks source link

Missing icons in profiler_gui.exe #172

Closed ludekvodicka closed 4 years ago

ludekvodicka commented 4 years ago

VS2019, 32-bit, release mode

cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=...

and then prepared via windeployqt.exe easy-profiler32\bin_release\profiler_gui.exe

Compiled image - https://ibb.co/1QzmMff

I tried the latest dev version, master and 2.1.0 version too with the same results.

ludekvodicka commented 4 years ago

Seems like the same issue like three years before ;-)

https://github.com/yse/easy_profiler/issues/30

ludekvodicka commented 4 years ago

I just compilated Qt with SVG support and after a new attempt with windeployqt everything works fine.