Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KDE Pim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Unmaintained
KDE Pim
Commits
7dcd06a0
Commit
7dcd06a0
authored
Jul 15, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compile
parent
c0f5dcbb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
kmail/identity/identityaddvcarddialog.h
kmail/identity/identityaddvcarddialog.h
+1
-0
kmail/tests/CMakeLists.txt
kmail/tests/CMakeLists.txt
+3
-2
No files found.
kmail/identity/identityaddvcarddialog.h
View file @
7dcd06a0
...
...
@@ -18,6 +18,7 @@
#ifndef IDENTITYADDVCARDDIALOG_H
#define IDENTITYADDVCARDDIALOG_H
#include <KDialog>
#include <KUrl>
class
QButtonGroup
;
class
KComboBox
;
class
KUrlRequester
;
...
...
kmail/tests/CMakeLists.txt
View file @
7dcd06a0
...
...
@@ -20,6 +20,7 @@ ecm_mark_as_test(kmail-displaymessageformatactionmenutest)
target_link_libraries
(
displaymessageformatactionmenutest Qt5::Test messageviewer
)
set
(
kmail_identityaddvcarddialog_source identityaddvcarddialogtest.cpp ../identity/identityaddvcarddialog.cpp
)
kde4_add_unit_test
(
identityaddvcarddialogtest
${
kmail_identityaddvcarddialog_source
}
)
target_link_libraries
(
identityaddvcarddialogtest
${
QT_QTTEST_LIBRARY
}
${
KDE4_KDEUI_LIBS
}
${
KDE4_KFILE_LIBS
}
kpimidentities
)
add_executable
(
identityaddvcarddialogtest
${
kmail_identityaddvcarddialog_source
}
)
ecm_mark_as_test
(
kmail-identityaddvcarddialogtest
)
target_link_libraries
(
identityaddvcarddialogtest Qt5::Test KF5::KDELibs4Support KF5::PimIdentities
)
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