Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Data Exporter
Commits
003bb0cc
Commit
003bb0cc
authored
May 01, 2022
by
Laurent Montel
😁
Browse files
Show headers in qtc6
parent
dd0fc50a
Pipeline
#170510
passed with stage
in 3 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/autotests/CMakeLists.txt
View file @
003bb0cc
...
...
@@ -3,7 +3,7 @@
add_definitions
(
-DPIMDATAINSTALL_DIR=
"
${
CMAKE_CURRENT_BINARY_DIR
}
/install"
)
####
add_executable
(
utilstest utilstest.cpp
)
add_executable
(
utilstest utilstest.cpp
utilstest.h
)
add_test
(
NAME utilstest COMMAND utilstest
)
ecm_mark_as_test
(
utilstest
)
target_link_libraries
(
utilstest Qt
${
QT_MAJOR_VERSION
}
::Test pimdataexporterprivate KF5::ConfigCore
)
...
...
@@ -24,6 +24,20 @@ add_library(test_resourceconverter STATIC
compareloggingfile.cpp
testbackupresourcefilejob.cpp
importexportprogressindicatortest.cpp
resourceconvertertest.h
generatelistfilefromarchive.h
loadlistfromfile.h
compareexportfile.h
compareimportfile.h
testexportfile.h
testimportfile.h
logcreatingressource.h
comparefilehelper.h
exportimportutil.h
saveresourceconfigtest.h
compareloggingfile.h
testbackupresourcefilejob.h
importexportprogressindicatortest.h
)
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
set_target_properties
(
test_resourceconverter PROPERTIES UNITY_BUILD ON
)
...
...
@@ -32,13 +46,13 @@ target_link_libraries(test_resourceconverter PUBLIC KF5::ConfigCore pimdataexpor
#####
add_executable
(
resourceconverterclasstest resourceconverterclasstest.cpp
)
add_executable
(
resourceconverterclasstest resourceconverterclasstest.cpp
resourceconverterclasstest.h
)
add_test
(
NAME resourceconverterclasstest COMMAND resourceconverterclasstest
)
ecm_mark_as_test
(
resourceconverterclasstest
)
target_link_libraries
(
resourceconverterclasstest Qt
${
QT_MAJOR_VERSION
}
::Test KF5::ConfigCore test_resourceconverter
)
#####
add_executable
(
backupresourcefilejobimpltest backupresourcefilejobimpltest.cpp
)
add_executable
(
backupresourcefilejobimpltest backupresourcefilejobimpltest.cpp
backupresourcefilejobimpltest.h
)
add_test
(
NAME backupresourcefilejobimpltest COMMAND backupresourcefilejobimpltest
)
ecm_mark_as_test
(
backupresourcefilejobimpltest
)
target_link_libraries
(
backupresourcefilejobimpltest Qt
${
QT_MAJOR_VERSION
}
::Test KF5::ConfigCore pimdataexporterprivate KF5::Archive
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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