Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
KCalc
Commits
71670964
Commit
71670964
authored
May 28, 2021
by
Laurent Montel
😁
Browse files
Use Qt:: everywhere
parent
194e7f13
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
71670964
...
...
@@ -112,8 +112,8 @@ endif()
target_link_libraries
(
kcalc
Qt
5
::Core
Qt
5
::Widgets
Qt::Core
Qt::Widgets
KF5::CoreAddons
KF5::ConfigWidgets
KF5::GuiAddons
...
...
knumber/CMakeLists.txt
View file @
71670964
...
...
@@ -9,6 +9,6 @@ add_library(knumber STATIC
target_include_directories
(
knumber PUBLIC
${
CMAKE_BINARY_DIR
}
${
GMP_INCLUDE_DIR
}
)
target_link_libraries
(
knumber PUBLIC Qt
5
::Core PRIVATE
${
GMP_LIBRARIES
}
${
MPFR_LIBRARIES
}
)
target_link_libraries
(
knumber PUBLIC Qt::Core PRIVATE
${
GMP_LIBRARIES
}
${
MPFR_LIBRARIES
}
)
add_subdirectory
(
tests
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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