summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2025-08-12 10:26:20 +0300
committerAlexander Golubev <fatzer2@gmail.com>2025-08-18 13:31:38 +0300
commit422954ba01091a564503561d933261d9e338b02b (patch)
tree01d51c1ecb79a39b6ba0f24d674378e8fd27e28c /CMakeLists.txt
parenta9d7f7d0227867ee16ab9f77908b2eae03b25309 (diff)
downloadtdeaddons-422954ba.tar.gz
tdeaddons-422954ba.zip
konq-plugins: use TDEMacros for the test
Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 10e237d33d753970abd8ae5552877d1ef4cb8113)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3f47fac..c56d2e8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,6 +36,8 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
+enable_testing()
+
##### setup install paths #######################
@@ -51,7 +53,6 @@ option( WITH_ARTS "Enable aRts support" ${WITH_ALL_OPTIONS} )
option( WITH_SDL "Enable SDL support" ${WITH_ALL_OPTIONS} )
option( WITH_BERKELEY_DB "Enable Berkeley DB support" ${WITH_ALL_OPTIONS} )
option( WITH_XMMS "Enable xmms support" OFF )
-option( WITH_TEST "Build tests" OFF )
##### options comments ##########################
@@ -62,7 +63,6 @@ option( WITH_TEST "Build tests" OFF )
# WITH_ARTS affects konq-plugins/sidebar/mediaplayer, noatun plugins
# WITH_SDL affects noatun plugins
# WITH_BERKELEY_DB affects noatun plugins
-# WITH_TEST affects konq-plugins/fsview
# NOTE: WITH_XMMS supports only obsolte xmms version 1
@@ -99,9 +99,6 @@ set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${TQT_CXX_FLAGS}" )
set( CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--no-undefined" )
set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" )
-if( WITH_TEST )
- enable_testing()
-endif( WITH_TEST )
##### tdeaddons directories #####################