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
KPkPass
Commits
5803cb58
Commit
5803cb58
authored
Aug 17, 2022
by
Laurent Montel
Browse files
Use Qt:: directly
parent
001643d3
Pipeline
#218914
passed with stage
in 4 minutes and 57 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/CMakeLists.txt
View file @
5803cb58
...
...
@@ -5,5 +5,5 @@
find_package
(
Qt
${
QT_MAJOR_VERSION
}
Test
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED
)
add_definitions
(
-DSOURCE_DIR=
"
${
CMAKE_CURRENT_SOURCE_DIR
}
"
)
ecm_add_test
(
pkpasstest.cpp LINK_LIBRARIES Qt
${
QT_MAJOR_VERSION
}
::Test KPim::PkPass
)
ecm_add_test
(
fieldtest.cpp LINK_LIBRARIES Qt
${
QT_MAJOR_VERSION
}
::Test KPim::PkPass
)
ecm_add_test
(
pkpasstest.cpp LINK_LIBRARIES Qt::Test KPim::PkPass
)
ecm_add_test
(
fieldtest.cpp LINK_LIBRARIES Qt::Test KPim::PkPass
)
src/CMakeLists.txt
View file @
5803cb58
...
...
@@ -36,7 +36,7 @@ set_target_properties(KPimPkPass PROPERTIES
target_include_directories
(
KPimPkPass INTERFACE
"$<INSTALL_INTERFACE:
${
KDE_INSTALL_INCLUDEDIR_PIM
}
>"
)
target_link_libraries
(
KPimPkPass
PUBLIC
Qt
${
QT_MAJOR_VERSION
}
::Gui
Qt::Gui
PRIVATE
KF5::Archive
)
...
...
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