Subversion Repositories Scribus

Compare Revisions

Ignore whitespace Rev 16357 → Rev 16359

/trunk/Scribus/scribus/hyphenator.h
13,7 → 13,7
#include <QSet>
 
#include "scribusapi.h"
#include "hyphen.h"
#include <hyphen.h>
class ScribusDoc;
class ScribusMainWindow;
class PageItem;
/trunk/Scribus/scribus/CMakeLists.txt
468,8 → 468,6
guidesdelegate.cpp
guidesmodel.cpp
guidesview.cpp
hnjalloc.c
hyphen.c
hyphenator.cpp
ioapi.c
KarbonCurveFit.cpp
794,6 → 792,16
${SCRIBUS_GMAGICK_SRC}
)
 
IF(NOT HAVE_HYPHEN)
SET(SCRIBUS_SOURCES
${SCRIBUS_SOURCES}
hnjalloc.c
hyphen.c
)
ENDIF(NOT HAVE_HYPHEN)
 
 
 
IF(WIN32)
SET(SCRIBUS_MOC_WIN32_ONLY_CLASSES scprintengine_gdi.h)
SET(SCRIBUS_WIN32_ONLY_SOURCES
869,6 → 877,13
)
ENDIF(HAVE_PODOFO)
 
IF(HAVE_HYPHEN)
TARGET_LINK_LIBRARIES(${EXE_NAME}
${HYPHEN_LIBRARY}
)
ENDIF(HAVE_HYPHEN)
 
 
IF(GESTURE_FRAME_PREVIEW)
MESSAGE(STATUS "Enable gesture frame preview [experimental]")
SET(GESTURE_FRAME_PREVIEW_SOURCES pageitempreview.cpp)