diff --git a/qrenderdoc/CMakeLists.txt b/qrenderdoc/CMakeLists.txt index fd8fe9f1c..22e0f776d 100644 --- a/qrenderdoc/CMakeLists.txt +++ b/qrenderdoc/CMakeLists.txt @@ -9,7 +9,7 @@ set(QMAKE_LDFLAGS "") if(STATIC_QRENDERDOC) set(QMAKE_CONFIG "debug static") - set(QMAKE_LDFLAGS "-static-libstdc++") + set(QMAKE_LDFLAGS "-static-libstdc++ -lutil") endif() set(QMAKE_CXXFLAGS "")