Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
PIM Sieve Editor
Commits
512c97b7
Commit
512c97b7
authored
Oct 12, 2015
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use resource for ui file so it makes more easy deployment on windows.
parent
1358942f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
CMakeLists.txt
CMakeLists.txt
+2
-4
sieveeditor.qrc
sieveeditor.qrc
+7
-0
No files found.
CMakeLists.txt
View file @
512c97b7
...
...
@@ -36,6 +36,8 @@ ki18n_wrap_ui(sieveeditor_SRCS
ui/sieveeditorconfigureserverwidget.ui
)
qt5_add_resources
(
sieveeditor_SRCS sieveeditor.qrc
)
ecm_qt_declare_logging_category
(
sieveeditor_SRCS HEADER sieveeditor_debug.h IDENTIFIER SIEVEEDITOR_LOG CATEGORY_NAME log_sieveeditor
)
add_executable
(
sieveeditor
${
sieveeditor_SRCS
}
)
...
...
@@ -53,10 +55,6 @@ target_link_libraries(sieveeditor
install
(
TARGETS sieveeditor
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
FILES
sieveeditorui.rc
DESTINATION
${
KDE_INSTALL_KXMLGUI5DIR
}
/sieveeditor
)
install
(
PROGRAMS org.kde.sieveeditor.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
add_subdirectory
(
kconf_update
)
...
...
sieveeditor.qrc
0 → 100644
View file @
512c97b7
<!DOCTYPE RCC>
<RCC
version=
"1.0"
>
<qresource
prefix=
"/kxmlgui5/sieveeditor"
>
<file>
sieveeditorui.rc
</file>
</qresource>
</RCC>
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