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
Graphics
Mobipocket
Commits
d1a475a9
Commit
d1a475a9
authored
Aug 26, 2012
by
Ben Cooksley
Browse files
Use the proper library link for the Okular plugin
parent
14415d9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
okular/CMakeLists.txt
View file @
d1a475a9
...
...
@@ -15,7 +15,7 @@ set(okularGenerator_mobi_PART_SRCS
kde4_add_plugin
(
okularGenerator_mobi
${
okularGenerator_mobi_PART_SRCS
}
)
target_link_libraries
(
okularGenerator_mobi
okularcore
${
KDE4_KDECORE_LIBS
}
${
QT_QTGUI_LIBRARY
}
)
target_link_libraries
(
okularGenerator_mobi
${
OKULAR_CORE_LIBRARY
}
${
KDE4_KDECORE_LIBS
}
${
QT_QTGUI_LIBRARY
}
)
install
(
TARGETS okularGenerator_mobi DESTINATION
${
PLUGIN_INSTALL_DIR
}
)
...
...
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