mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
gwenview: enable exception for the library due to Exiv2 requirements
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
d4d6af2023
commit
0bcbc8b2b6
1 changed files with 4 additions and 1 deletions
|
@ -10,6 +10,10 @@ include_directories(
|
||||||
${JPEG_INCLUDE_DIR}
|
${JPEG_INCLUDE_DIR}
|
||||||
${PNG_INCLUDE_DIRS}
|
${PNG_INCLUDE_DIRS}
|
||||||
)
|
)
|
||||||
|
add_definitions(
|
||||||
|
${EXIV2_DEFINITIONS}
|
||||||
|
${KDE4_ENABLE_EXCEPTIONS}
|
||||||
|
)
|
||||||
|
|
||||||
set(gwenviewlib_SRCS
|
set(gwenviewlib_SRCS
|
||||||
contextmanager.cpp
|
contextmanager.cpp
|
||||||
|
@ -109,7 +113,6 @@ set_source_files_properties(
|
||||||
imagemetainfomodel.cpp
|
imagemetainfomodel.cpp
|
||||||
timeutils.cpp
|
timeutils.cpp
|
||||||
PROPERTIES
|
PROPERTIES
|
||||||
COMPILE_FLAGS "${KDE4_ENABLE_EXCEPTIONS}"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
kde4_add_kcfg_files(gwenviewlib_SRCS gwenviewconfig.kcfgc)
|
kde4_add_kcfg_files(gwenviewlib_SRCS gwenviewconfig.kcfgc)
|
||||||
|
|
Loading…
Add table
Reference in a new issue