From 375229ceea1bf7b7c31fcf1f1c16c699c8e0b475 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 22 Jan 2022 19:48:12 +0900 Subject: Added CXX_FEATURES for libraries to ensure build with at least C++11. Signed-off-by: Michele Calgaro --- tdefile-plugins/ps/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tdefile-plugins') diff --git a/tdefile-plugins/ps/CMakeLists.txt b/tdefile-plugins/ps/CMakeLists.txt index 8706f44a..cb9376aa 100644 --- a/tdefile-plugins/ps/CMakeLists.txt +++ b/tdefile-plugins/ps/CMakeLists.txt @@ -46,5 +46,6 @@ tde_add_kpart( tdefile_ps AUTOMOC tde_add_kpart( gsthumbnail AUTOMOC SOURCES gscreator.cpp LINK dscparse-static ${TQT_LIBRARIES} + CXX_FEATURES cxx_nullptr DESTINATION ${PLUGIN_INSTALL_DIR} ) -- cgit v1.2.1