Warning, /education/cantor/src/backends/qalculate/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_subdirectory(plotassistant)
0002 project(cantor-qalculate-backend)
0003 
0004 add_definitions(${QALCULATE_CFLAGS})
0005 
0006 set( QalculateBackend_SRCS
0007   qalculatesyntaxhelpobject.cpp
0008   qalculatebackend.cpp
0009   qalculatesession.cpp
0010   qalculatehighlighter.cpp
0011   qalculateexpression.cpp
0012   qalculateextensions.cpp
0013   qalculatecompletionobject.cpp
0014   qalculateextensions.cpp
0015   qalculatesettingswidget.cpp
0016   ../backendsettingswidget.cpp
0017 )
0018 
0019 kconfig_add_kcfg_files(QalculateBackend_SRCS settings.kcfgc)
0020 install(FILES qalculatebackend.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})
0021 
0022 ki18n_wrap_ui(QalculateBackend_SRCS settings.ui)
0023 
0024 add_backend(qalculatebackend ${QalculateBackend_SRCS})
0025 
0026 target_link_libraries( cantor_qalculatebackend cantorlibs cantor_help ${QALCULATE_LIBRARIES})
0027 
0028 install( FILES cantor_qalculate.knsrc  DESTINATION  ${KDE_INSTALL_KNSRCDIR} )