Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PIM Messagelib
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
PIM Messagelib
Commits
59ccd7dc
Commit
59ccd7dc
authored
Mar 30, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
indent
parent
df319623
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
messageviewer/src/scamdetection/autotests/CMakeLists.txt
messageviewer/src/scamdetection/autotests/CMakeLists.txt
+2
-2
messageviewer/src/scamdetection/tests/CMakeLists.txt
messageviewer/src/scamdetection/tests/CMakeLists.txt
+9
-9
No files found.
messageviewer/src/scamdetection/autotests/CMakeLists.txt
View file @
59ccd7dc
...
...
@@ -9,12 +9,12 @@ ecm_add_test(scamattributetest.cpp ../scamattribute.cpp
TEST_NAME scamattributetest
NAME_PREFIX
"messageviewer-scamdetection-"
LINK_LIBRARIES Qt5::Test KF5::AkonadiCore
)
)
if
(
QTWEBENGINE_SUPPORT_OPTION
)
ecm_add_test
(
scamdetectionwebenginetest.cpp
TEST_NAME scamdetectionwebenginetest
NAME_PREFIX
"messageviewer-scamwebenginedetection-"
LINK_LIBRARIES KF5::MessageViewer Qt5::Test Qt5::WebEngine Qt5::WebEngineWidgets
)
)
endif
()
messageviewer/src/scamdetection/tests/CMakeLists.txt
View file @
59ccd7dc
set
(
EXECUTABLE_OUTPUT_PATH
${
CMAKE_CURRENT_BINARY_DIR
}
)
include
(
ECMAddTests
)
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/..
)
if
(
NOT MESSAGEVIEWER_USE_QTWEBENGINE
)
...
...
@@ -17,13 +17,13 @@ endif()
if
(
QTWEBENGINE_SUPPORT_OPTION
)
set
(
scamdetectionwebengine_gui_SRCS scamdetectionwebengine_gui.cpp
)
add_executable
(
scamdetectionwebengine_gui
${
scamdetectionwebengine_gui_SRCS
}
)
target_link_libraries
(
scamdetectionwebengine_gui
KF5::KIOCore
KF5::MessageViewer
Qt5::WebEngine
Qt5::WebEngineWidgets
)
set
(
scamdetectionwebengine_gui_SRCS scamdetectionwebengine_gui.cpp
)
add_executable
(
scamdetectionwebengine_gui
${
scamdetectionwebengine_gui_SRCS
}
)
target_link_libraries
(
scamdetectionwebengine_gui
KF5::KIOCore
KF5::MessageViewer
Qt5::WebEngine
Qt5::WebEngineWidgets
)
endif
()
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