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 EventViews
Commits
844f58a7
Commit
844f58a7
authored
Aug 17, 2022
by
Laurent Montel
Browse files
Use Qt:: directly
parent
82aa16d8
Pipeline
#218889
passed with stage
in 6 minutes and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/month/autotests/CMakeLists.txt
View file @
844f58a7
...
...
@@ -2,4 +2,4 @@
# SPDX-FileCopyrightText: none
set
(
EXECUTABLE_OUTPUT_PATH
${
CMAKE_CURRENT_BINARY_DIR
}
)
ecm_add_test
(
monthitemordertest.cpp LINK_LIBRARIES Qt
${
QT_MAJOR_VERSION
}
::Test KF5::EventViews
)
ecm_add_test
(
monthitemordertest.cpp LINK_LIBRARIES Qt::Test KF5::EventViews
)
tests/CMakeLists.txt
View file @
844f58a7
...
...
@@ -3,8 +3,8 @@
add_executable
(
createcolorgui_test createcolorgui_test.cpp createcolorgui_test.h
)
ecm_mark_as_test
(
createcolorgui_test
)
target_link_libraries
(
createcolorgui_test
Qt
${
QT_MAJOR_VERSION
}
::Core
Qt
${
QT_MAJOR_VERSION
}
::Gui
Qt::Core
Qt::Gui
KF5::EventViews
KF5::I18n
)
...
...
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