Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
Cantor
Commits
dc23eda8
Commit
dc23eda8
authored
Aug 27, 2022
by
Nicolas Fella
Browse files
Remove dead KDE4-era CMake code
parent
038bf5e8
Pipeline
#224081
passed with stage
in 6 minutes and 57 seconds
Changes
4
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/assistants/CMakeLists.txt
View file @
dc23eda8
...
...
@@ -5,7 +5,6 @@ function(add_assistant name)
INSTALL_NAMESPACE
"cantor/assistants"
)
target_link_libraries
(
"cantor_
${
name
}
"
${
KDE4_KDEUI_LIBS
}
cantorlibs
)
endfunction
()
...
...
src/assistants/runscript/CMakeLists.txt
View file @
dc23eda8
...
...
@@ -4,6 +4,6 @@ set( RunScriptAssistant_SRCS
add_assistant
(
runscriptassistant
${
RunScriptAssistant_SRCS
}
)
target_link_libraries
(
cantor_runscriptassistant
${
KDE4_KIO_LIBS
}
cantorlibs
)
target_link_libraries
(
cantor_runscriptassistant cantorlibs
)
install
(
FILES cantor_runscript_assistant.rc DESTINATION
${
KDE_INSTALL_KXMLGUI5DIR
}
/cantor
)
src/backends/qalculate/CMakeLists.txt
View file @
dc23eda8
add_subdirectory
(
plotassistant
)
project
(
cantor-qalculate-backend
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
${
KDE4_ENABLE_EXCEPTIONS
}
-Wno-deprecated"
)
add_definitions
(
${
QALCULATE_CFLAGS
}
)
if
(
QALCULATE_VERSION VERSION_GREATER_EQUAL 3.11.0
)
add_compile_definitions
(
QALCULATE_NEED_DISABLE_COLOR
)
...
...
src/panelplugins/variablemgr/CMakeLists.txt
View file @
dc23eda8
set
(
VariableManagerPlugin_SRCS
set
(
VariableManagerPlugin_SRCS
variablemanagerplugin.cpp
variablemanagerwidget.cpp
)
...
...
@@ -7,4 +7,4 @@ ki18n_wrap_ui(VariableManagerPlugin_SRCS newvardlg.ui)
add_panel
(
variablemanagerplugin
${
VariableManagerPlugin_SRCS
}
)
target_link_libraries
(
cantor_variablemanagerplugin
${
KDE4_KDEUI_LIBS
}
KF5::KIOWidgets
)
target_link_libraries
(
cantor_variablemanagerplugin KF5::KIOWidgets
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment