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
PIM
KMail
Commits
c6409ea9
Commit
c6409ea9
authored
Feb 03, 2020
by
Laurent Montel
Browse files
Look at for using KUserFeedback
parent
403035b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c6409ea9
...
...
@@ -154,6 +154,9 @@ add_definitions(-DQT_NO_FOREACH)
set
(
CMAKE_CXX_STANDARD 14
)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
#Optional
find_package
(
KUserFeedback
)
add_subdirectory
(
src
)
add_subdirectory
(
agents
)
add_subdirectory
(
ktnef
)
...
...
src/CMakeLists.txt
View file @
c6409ea9
...
...
@@ -17,6 +17,10 @@ include_directories(
if
(
TARGET KUserFeedbackWidgets
)
add_definitions
(
-DWITH_KUSERFEEDBACK
)
# TODO add KUserFeedbackWidgets to lib
endif
()
add_subdirectory
(
pics
)
add_subdirectory
(
icons
)
...
...
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