diff --git a/CMakeLists.txt b/CMakeLists.txt index 17ea9a0..5890e05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,4 +20,4 @@ set(OTHER_FILES add_executable(databasetree ${HEADERS} ${SOURCES} ${OTHER_FILES}) -target_link_libraries(databasetree Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Sql) +target_link_libraries(databasetree stdc++ Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Sql)