aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/pythoncore
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/pythoncore')
-rw-r--r--src/modules/pythoncore/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/modules/pythoncore/CMakeLists.txt b/src/modules/pythoncore/CMakeLists.txt
index 5115a078c..4e74007cb 100644
--- a/src/modules/pythoncore/CMakeLists.txt
+++ b/src/modules/pythoncore/CMakeLists.txt
@@ -1,18 +1,10 @@
# CMakeLists for src/modules/pythoncore
-#SET(kvipythoncore_MOC_HDRS
-# pythoncoreinterface.h
-#)
-
SET(kvipythoncore_SRCS
libkvipythoncore.cpp
kvircmodule.cpp
)
-# After this call, files will be moc'ed to moc_kvi_*.cpp
-#QT4_WRAP_CPP(kvipythoncore_MOC_SRCS ${kvipythoncore_MOC_HDRS})
-
-#this module doesn't need moc by now
SET(KVI_DEFAULT_FRAME_CAPTION "")
SET(kvi_module_name kvipythoncore)