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 Calendar Support
Commits
9d512403
Commit
9d512403
authored
Aug 11, 2022
by
Laurent Montel
Browse files
Show headers in qtc6
parent
780a4e35
Pipeline
#216657
passed with stage
in 3 minutes and 28 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/autotests/CMakeLists.txt
View file @
9d512403
...
...
@@ -4,7 +4,7 @@ set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR})
########### next target ###############
add_executable
(
noteeditdialogtest noteeditdialogtest.cpp
)
add_executable
(
noteeditdialogtest noteeditdialogtest.cpp
noteeditdialogtest.h
)
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
set_target_properties
(
noteeditdialogtest PROPERTIES UNITY_BUILD ON
)
endif
()
...
...
src/autotests/placeitemtest.cpp
View file @
9d512403
...
...
@@ -11,7 +11,6 @@
class
PlaceItemTest
:
public
QObject
{
Q_OBJECT
public:
private
Q_SLOTS
:
void
soleItemHasNoOverlaps
();
void
itemDoesNotOverlapItself
();
...
...
src/freebusymodel/autotests/CMakeLists.txt
View file @
9d512403
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: BSD-3-Clause
macro
(
add_freebusymodel_unittest _name
)
ecm_add_test
(
${
_name
}
.cpp
ecm_add_test
(
${
_name
}
.cpp
${
_name
}
.h
TEST_NAME
${
_name
}
NAME_PREFIX
"freebusymodel-"
LINK_LIBRARIES Qt
${
QT_MAJOR_VERSION
}
::Test KF5::AkonadiCore KF5::CalendarUtils KF5::CalendarCore KF5::CalendarSupport
...
...
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