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
KOrganizer
Commits
9fee35d0
Commit
9fee35d0
authored
Aug 12, 2022
by
Laurent Montel
Browse files
Show headers in qtc6
parent
06af90e4
Pipeline
#217170
passed with stage
in 6 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/autotests/CMakeLists.txt
View file @
9fee35d0
...
...
@@ -4,7 +4,7 @@ set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR})
########### next target ###############
add_executable
(
testkodaymatrix testkodaymatrix.cpp ../kodaymatrix.cpp
)
add_executable
(
testkodaymatrix testkodaymatrix.cpp
testkodaymatrix.h
../kodaymatrix.cpp
)
add_test
(
NAME testkodaymatrix COMMAND testkodaymatrix
)
ecm_mark_as_test
(
testkodaymatrix
)
target_link_libraries
(
testkodaymatrix
...
...
@@ -16,7 +16,7 @@ target_link_libraries(testkodaymatrix
Qt
${
QT_MAJOR_VERSION
}
::Test
)
add_executable
(
testkodaymatrix_us testkodaymatrix_us.cpp ../kodaymatrix.cpp
)
add_executable
(
testkodaymatrix_us testkodaymatrix_us.cpp
testkodaymatrix_us.h
../kodaymatrix.cpp
)
add_test
(
NAME testkodaymatrix_us COMMAND testkodaymatrix_us
)
ecm_mark_as_test
(
testkodaymatrix_us
)
target_link_libraries
(
testkodaymatrix_us
...
...
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