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
Joao Oliveira
Okular
Commits
a831fd46
Commit
a831fd46
authored
Nov 24, 2008
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use QIMAGEBLITZ cmake module
svn path=/trunk/KDE/kdegraphics/okular/; revision=888269
parent
52842bae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
a831fd46
...
...
@@ -13,7 +13,7 @@ else(NOT WIN32)
endif
(
NOT WIN32
)
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
${
BLITZ_INCLUDES
}
${
QIMAGE
BLITZ_INCLUDES
}
)
...
...
@@ -171,7 +171,7 @@ qt4_add_dbus_interfaces(okularpart_SRCS ${KDE4_DBUS_INTERFACES_DIR}/org.kde.KSpe
kde4_add_plugin
(
okularpart
${
okularpart_SRCS
}
)
target_link_libraries
(
okularpart okularcore
${
KDE4_KPARTS_LIBS
}
${
KDE4_KUTILS_LIBS
}
${
KDE4_KNEWSTUFF2_LIBS
}
${
MATH_LIB
}
${
BLITZ_LIBRARIES
}
${
KDE4_PHONON_LIBRARY
}
)
target_link_libraries
(
okularpart okularcore
${
KDE4_KPARTS_LIBS
}
${
KDE4_KUTILS_LIBS
}
${
KDE4_KNEWSTUFF2_LIBS
}
${
MATH_LIB
}
${
QIMAGE
BLITZ_LIBRARIES
}
${
KDE4_PHONON_LIBRARY
}
)
install
(
TARGETS okularpart DESTINATION
${
PLUGIN_INSTALL_DIR
}
)
...
...
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