r17862 by craig - #11158: Force the poppler include to be first
scribus-commit
scribus-commit at lists.scribus.net
Thu Nov 8 21:48:02 UTC 2012
Author: craig
Date: Thu Nov 8 21:48:02 2012
New Revision: 17862
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=17862
Log:
#11158: Force the poppler include to be first
Modified:
trunk/Scribus/scribus/plugins/import/pdf/CMakeLists.txt
Modified: trunk/Scribus/scribus/plugins/import/pdf/CMakeLists.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=17862&path=/trunk/Scribus/scribus/plugins/import/pdf/CMakeLists.txt
==============================================================================
--- trunk/Scribus/scribus/plugins/import/pdf/CMakeLists.txt (original)
+++ trunk/Scribus/scribus/plugins/import/pdf/CMakeLists.txt Thu Nov 8 21:48:02 2012
@@ -1,7 +1,11 @@
+INCLUDE_DIRECTORIES(
+BEFORE
+${POPPLER_INCLUDE_DIR}
+)
+
INCLUDE_DIRECTORIES(
${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/scribus
-${POPPLER_INCLUDE_DIR}
)
SET(IMPORTPDF_PLUGIN_MOC_CLASSES
More information about the scribus-commit
mailing list