diff options
author | Michele Calgaro <[email protected]> | 2022-01-22 19:48:12 +0900 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-01-22 19:00:03 +0100 |
commit | 756f77e49bc6ac6483384644e519e20fb2d433b9 (patch) | |
tree | cb190bcaf8ad87164123ccbf40208d40a3ab1761 /tdefile-plugins | |
parent | 0baef91f719d24223b99ebe18aa071aa5212208f (diff) | |
download | tdegraphics-756f77e49bc6ac6483384644e519e20fb2d433b9.tar.gz tdegraphics-756f77e49bc6ac6483384644e519e20fb2d433b9.zip |
Added CXX_FEATURES for libraries to ensure build with at least C++11.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 375229ceea1bf7b7c31fcf1f1c16c699c8e0b475)
Diffstat (limited to 'tdefile-plugins')
-rw-r--r-- | tdefile-plugins/ps/CMakeLists.txt | 1 |
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} ) |