summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-01-28 19:34:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-01-28 19:35:02 +0900
commit16e7c3a1701499e3528ecc71af402dd18bfe0538 (patch)
treedbeb30e447a720398e11eb30321f8fc20c8af999 /tdefile-plugins
parent22b0764de18bfc982bdae069a663f34005fa0627 (diff)
downloadtdegraphics-16e7c3a1701499e3528ecc71af402dd18bfe0538.tar.gz
tdegraphics-16e7c3a1701499e3528ecc71af402dd18bfe0538.zip
Removed setting of CXX_FEATURES at module level since CXX_FEATURES are now enabled at TDE project level.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 37a6812fbebc918b17506cf6d51e3556c8cdc609)
Diffstat (limited to 'tdefile-plugins')
-rw-r--r--tdefile-plugins/ps/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tdefile-plugins/ps/CMakeLists.txt b/tdefile-plugins/ps/CMakeLists.txt
index cb9376aa..8706f44a 100644
--- a/tdefile-plugins/ps/CMakeLists.txt
+++ b/tdefile-plugins/ps/CMakeLists.txt
@@ -46,6 +46,5 @@ 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}
)