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
P
PIM Sieve Editor
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
1
Merge Requests
1
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
PIM
PIM Sieve Editor
Commits
fb0c00fc
Commit
fb0c00fc
authored
Sep 21, 2015
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Port libksieve* as installable lib
parent
83943df7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
CMakeLists.txt
CMakeLists.txt
+2
-2
sieveeditormainwidget.h
sieveeditormainwidget.h
+1
-1
sieveeditorpagewidget.h
sieveeditorpagewidget.h
+1
-1
sieveeditorscriptwidget.cpp
sieveeditorscriptwidget.cpp
+1
-1
No files found.
CMakeLists.txt
View file @
fb0c00fc
...
...
@@ -47,8 +47,8 @@ target_link_libraries(sieveeditor
KF5::IconThemes
KF5::XmlGui
KF5::PimCommon
ksieveu
i
kmanages
ieve
KF5::KSieveU
i
KF5::KManageS
ieve
)
install
(
TARGETS sieveeditor
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
...
...
sieveeditormainwidget.h
View file @
fb0c00fc
...
...
@@ -23,7 +23,7 @@
#include <QSplitter>
#include <QUrl>
#include "
libksieve/src/ksieveui/editor
/sieveeditorwidget.h"
#include "
ksieveui
/sieveeditorwidget.h"
class
QTabWidget
;
class
QStackedWidget
;
class
SieveEditorTabWidget
;
...
...
sieveeditorpagewidget.h
View file @
fb0c00fc
...
...
@@ -22,7 +22,7 @@
#define SIEVEEDITORPAGEWIDGET_H
#include <QWidget>
#include <QUrl>
#include "
libksieve/src/ksieveui/editor
/sieveeditorwidget.h"
#include "
ksieveui
/sieveeditorwidget.h"
namespace
KManageSieve
{
class
SieveJob
;
...
...
sieveeditorscriptwidget.cpp
View file @
fb0c00fc
...
...
@@ -19,7 +19,7 @@
*/
#include "sieveeditorscriptwidget.h"
#include "
libksieve/src/ksieveui/editor
/sieveeditor.h"
#include "
ksieveui
/sieveeditor.h"
#include <QHBoxLayout>
...
...
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