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
KAddressBook
Commits
0fb6130f
Commit
0fb6130f
authored
Jun 19, 2021
by
Laurent Montel
😁
Browse files
Remove unused files
parent
75142916
Pipeline
#66628
passed with stage
in 6 minutes and 5 seconds
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
src/autotests/CMakeLists.txt
deleted
100644 → 0
View file @
75142916
add_executable
(
contactfieldstest contactfieldstest.cpp ../contactfields.cpp
)
add_test
(
NAME contactfieldstest COMMAND contactfieldstest
)
ecm_mark_as_test
(
kaddrebook-contactfieldstest
)
target_link_libraries
(
contactfieldstest KF5::Contacts Qt::Test Qt::Gui KF5::I18n
)
src/autotests/contactfieldstest.cpp
deleted
100644 → 0
View file @
75142916
This diff is collapsed.
Click to expand it.
src/tests/CMakeLists.txt
deleted
100644 → 0
View file @
75142916
set
(
newdesigntest_SRCS
main.cpp
)
add_executable
(
newdesigntest
${
newdesigntest_SRCS
}
)
target_link_libraries
(
newdesigntest
Qt::Widgets
KF5::Contacts
KF5::I18n
KF5::Completion
KF5::WidgetsAddons
)
src/tests/main.cpp
deleted
100644 → 0
View file @
75142916
/*
SPDX-FileCopyrightText: 2016-2021 Laurent Montel <montel@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include <QApplication>
int
main
(
int
argc
,
char
*
argv
[])
{
QApplication
app
(
argc
,
argv
);
return
app
.
exec
();
}
Write
Preview
Markdown
is supported
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