Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jan Paul Batrina
Ark
Commits
d4564463
Commit
d4564463
authored
Jul 05, 2009
by
Raphael Kubo da Costa
Browse files
Do not add the 'lib' prefix to arkpart.
svn path=/trunk/KDE/kdeutils/ark/; revision=991475
parent
9adddca9
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/mainwindow.cpp
View file @
d4564463
...
...
@@ -117,7 +117,7 @@ void MainWindow::dragMoveEvent(QDragMoveEvent * event)
bool
MainWindow
::
loadPart
()
{
KPluginFactory
*
factory
=
KPluginLoader
(
"
lib
arkpart"
).
factory
();
KPluginFactory
*
factory
=
KPluginLoader
(
"arkpart"
).
factory
();
if
(
factory
)
{
m_part
=
static_cast
<
KParts
::
ReadWritePart
*>
(
factory
->
create
<
KParts
::
ReadWritePart
>
(
this
));
}
...
...
part/CMakeLists.txt
View file @
d4564463
...
...
@@ -20,7 +20,7 @@ kde4_add_ui_files(arkpart_PART_SRCS jobtracker.ui )
kde4_add_kcfg_files
(
arkpart_PART_SRCS settings.kcfgc
)
kde4_add_plugin
(
arkpart
WITH_PREFIX
${
arkpart_PART_SRCS
}
)
kde4_add_plugin
(
arkpart
${
arkpart_PART_SRCS
}
)
target_link_libraries
(
arkpart kerfuffle
${
KDE4_KFILE_LIBS
}
${
KDE4_KPARTS_LIBS
}
)
...
...
part/ark_part.desktop
View file @
d4564463
...
...
@@ -124,5 +124,5 @@ Comment[x-test]=xxArchive Handling Toolxx
Comment[zh_CN]=压缩归档处理工具
Comment[zh_TW]=壓縮檔處理工具
X-KDE-ServiceTypes=Browser/View
X-KDE-Library=
lib
arkpart
X-KDE-Library=arkpart
Type=Service
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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