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
PIM GrantleeTheme
Commits
6573f5be
Commit
6573f5be
authored
Aug 17, 2022
by
Laurent Montel
Browse files
Use Qt:: directly
parent
a520d363
Pipeline
#218891
passed with stage
in 3 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotest/CMakeLists.txt
View file @
6573f5be
...
...
@@ -2,9 +2,9 @@ add_definitions( -DGRANTLEETHEME_DATA_DIR="${CMAKE_CURRENT_SOURCE_DIR}/data" )
add_definitions
(
-DGRANTLEETHEME_DATA_BUILD_DIR=
"
${
CMAKE_CURRENT_BINARY_DIR
}
/data"
)
ecm_add_test
(
grantleethemetest.cpp
NAME_PREFIX
"grantleetheme-"
LINK_LIBRARIES Qt
${
QT_MAJOR_VERSION
}
::Test KF5::GrantleeTheme KF5::ConfigCore Qt
${
QT_MAJOR_VERSION
}
::Gui KF5::ConfigWidgets
LINK_LIBRARIES Qt::Test KF5::GrantleeTheme KF5::ConfigCore Qt::Gui KF5::ConfigWidgets
)
ecm_add_test
(
grantleethememanagertest.cpp
NAME_PREFIX
"grantleetheme-"
LINK_LIBRARIES Qt
${
QT_MAJOR_VERSION
}
::Test KF5::GrantleeTheme KF5::ConfigCore KF5::XmlGui
LINK_LIBRARIES Qt::Test KF5::GrantleeTheme KF5::ConfigCore KF5::XmlGui
)
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