r24495 by craig - Add in autogen patth for QXP importer
scribus-commit
scribus-commit at lists.scribus.net
Wed Feb 17 11:04:49 UTC 2021
Author: craig
Date: Wed Feb 17 11:04:49 2021
New Revision: 24495
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=24495
Log:
Add in autogen patth for QXP importer
Modified:
trunk/Scribus/scribus/plugins/import/qxp/CMakeLists.txt
Modified: trunk/Scribus/scribus/plugins/import/qxp/CMakeLists.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=24495&path=/trunk/Scribus/scribus/plugins/import/qxp/CMakeLists.txt
==============================================================================
--- trunk/Scribus/scribus/plugins/import/qxp/CMakeLists.txt (original)
+++ trunk/Scribus/scribus/plugins/import/qxp/CMakeLists.txt Wed Feb 17 11:04:49 2021
@@ -3,7 +3,15 @@
pkg_check_modules(LIBQXP libqxp-0.0)
if (LIBQXP_FOUND)
message("Building QuarkXPress Importer")
- include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/scribus ${LIBREVENGE_INCLUDE_DIRS} ${LIBREVENGE_GENERATORS_INCLUDE_DIRS} ${LIBREVENGE_STREAM_INCLUDE_DIRS} ${LIBQXP_INCLUDE_DIRS})
+ include_directories(
+ ${CMAKE_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/scribus
+ ${LIBREVENGE_INCLUDE_DIRS}
+ ${LIBREVENGE_GENERATORS_INCLUDE_DIRS}
+ ${LIBREVENGE_STREAM_INCLUDE_DIRS}
+ ${LIBQXP_INCLUDE_DIRS}
+ ${SCRIBUS_AUTOGEN_INCLUDE_PATH}
+ )
set(IMPORTQXP_PLUGIN_SOURCES ../revenge/rawpainter.cpp importqxp.cpp importqxpplugin.cpp)
set(SCRIBUS_IMPORTQXP_PLUGIN "importqxp")
More information about the scribus-commit
mailing list