summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-01-22 19:48:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-01-22 19:48:12 +0900
commit375229ceea1bf7b7c31fcf1f1c16c699c8e0b475 (patch)
treea250181049a96a20f6f2c696efcfc4ffebe2bd59 /tdefile-plugins
parent0d168f7ecdd875e739d7e3fb0df7348bc5d7deb0 (diff)
downloadtdegraphics-375229ceea1bf7b7c31fcf1f1c16c699c8e0b475.tar.gz
tdegraphics-375229ceea1bf7b7c31fcf1f1c16c699c8e0b475.zip
Added CXX_FEATURES for libraries to ensure build with at least C++11.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdefile-plugins')
-rw-r--r--tdefile-plugins/ps/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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}
)