aboutsummaryrefslogtreecommitdiff
path: root/samples/kcalc/knumber/tests
diff options
context:
space:
mode:
Diffstat (limited to 'samples/kcalc/knumber/tests')
-rw-r--r--samples/kcalc/knumber/tests/CMakeLists.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/samples/kcalc/knumber/tests/CMakeLists.txt b/samples/kcalc/knumber/tests/CMakeLists.txt
index 243de913..72a55b6d 100644
--- a/samples/kcalc/knumber/tests/CMakeLists.txt
+++ b/samples/kcalc/knumber/tests/CMakeLists.txt
@@ -3,9 +3,7 @@ INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/kcalc/knumber ${KDE3_INCLUDE_DIR} ${QT_
########### next target ###############
-SET(knumbertest_SRCS
-knumbertest.cpp
-)
+SET(knumbertest_SRCS knumbertest.cpp )
KDE3_AUTOMOC(${knumbertest_SRCS})
@@ -19,8 +17,6 @@ ENDIF(KDE3_BUILD_TESTS)
########### install files ###############
-KDE3_PLACEHOLDER()
-
#original Makefile.am contents follow: