Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
Gwenview
Commits
47b70eb5
Commit
47b70eb5
authored
Oct 13, 2022
by
Laurent Montel
Browse files
Show headers in qtc6
parent
6d676b86
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/CMakeLists.txt
View file @
47b70eb5
...
...
@@ -33,6 +33,30 @@ set(gwenview_SRCS
thumbnailviewhelper.cpp
browsemainpage.cpp
gwenview.qrc
abstractcontextmanageritem.h
alignwithsidebarwidgetaction.h
configdialog.h
gvcore.h
documentinfoprovider.h
viewmainpage.h
fileoperations.h
filtercontroller.h
folderviewcontextmanageritem.h
fullscreencontent.h
infocontextmanageritem.h
imagemetainfodialog.h
imageopscontextmanageritem.h
fileopscontextmanageritem.h
mainwindow.h
preloader.h
renamedialog.h
saveallhelper.h
savebar.h
sidebar.h
startmainpage.h
thumbnailviewhelper.h
browsemainpage.h
)
ecm_qt_declare_logging_category
(
gwenview_SRCS HEADER gwenview_app_debug.h IDENTIFIER GWENVIEW_APP_LOG CATEGORY_NAME org.kde.kdegraphics.gwenview.app DESCRIPTION
"gwenview app (kdegraphics)"
EXPORT GWENVIEW
)
# need by GV_RETURN_VALUE_IF_FAIL
...
...
@@ -42,6 +66,7 @@ if (NOT GWENVIEW_SEMANTICINFO_BACKEND_NONE)
set
(
gwenview_SRCS
${
gwenview_SRCS
}
semanticinfocontextmanageritem.cpp
semanticinfocontextmanageritem.h
)
endif
()
...
...
@@ -124,7 +149,7 @@ install(FILES org.kde.gwenview.appdata.xml
add_definitions
(
-DTRANSLATION_DOMAIN=\"gwenview\"
)
kcoreaddons_add_plugin
(
slideshowfileitemaction
SOURCES slideshowfileitemaction.cpp
SOURCES slideshowfileitemaction.cpp
slideshowfileitemaction.h
INSTALL_NAMESPACE
"kf
${
QT_MAJOR_VERSION
}
/kfileitemaction"
)
target_link_libraries
(
slideshowfileitemaction
...
...
lib/CMakeLists.txt
View file @
47b70eb5
...
...
@@ -157,6 +157,8 @@ if (kImageAnnotator_FOUND)
set
(
gwenviewlib_SRCS
${
gwenviewlib_SRCS
}
annotate/annotatedialog.cpp
annotate/annotateoperation.cpp
annotate/annotatedialog.h
annotate/annotateoperation.h
)
endif
()
set_source_files_properties
(
${
GV_JPEG_DIR
}
/transupp.c PROPERTIES SKIP_UNITY_BUILD_INCLUSION ON
)
...
...
@@ -173,6 +175,11 @@ if(HAVE_QTDBUS)
mpris2/mpris2service.cpp
mpris2/mprismediaplayer2.cpp
mpris2/mprismediaplayer2player.cpp
mpris2/lockscreenwatcher.h
mpris2/dbusabstractadaptor.h
mpris2/mpris2service.h
mpris2/mprismediaplayer2.h
mpris2/mprismediaplayer2player.h
)
qt_add_dbus_interface
(
gwenviewlib_SRCS mpris2/org.freedesktop.ScreenSaver.xml screensaverdbusinterface
)
endif
()
...
...
@@ -184,6 +191,10 @@ if(HAVE_FITS)
imageformats/fitshandler.cpp
imageformats/fitsformat/bayer.c
imageformats/fitsformat/fitsdata.cpp
imageformats/fitsplugin.h
imageformats/fitshandler.h
imageformats/fitsformat/bayer.h
imageformats/fitsformat/fitsdata.h
)
endif
()
...
...
@@ -195,6 +206,11 @@ if (NOT GWENVIEW_SEMANTICINFO_BACKEND_NONE)
semanticinfo/tagitemdelegate.cpp
semanticinfo/tagmodel.cpp
semanticinfo/tagwidget.cpp
semanticinfo/abstractsemanticinfobackend.h
semanticinfo/semanticinfodirmodel.h
semanticinfo/tagitemdelegate.h
semanticinfo/tagmodel.h
semanticinfo/tagwidget.h
)
endif
()
...
...
@@ -202,6 +218,7 @@ if (GWENVIEW_SEMANTICINFO_BACKEND_FAKE)
set
(
gwenviewlib_SRCS
${
gwenviewlib_SRCS
}
semanticinfo/fakesemanticinfobackend.cpp
semanticinfo/fakesemanticinfobackend.h
)
endif
()
...
...
@@ -209,6 +226,7 @@ if (GWENVIEW_SEMANTICINFO_BACKEND_BALOO)
set
(
gwenviewlib_SRCS
${
gwenviewlib_SRCS
}
semanticinfo/baloosemanticinfobackend.cpp
semanticinfo/baloosemanticinfobackend.h
)
endif
()
...
...
@@ -221,6 +239,14 @@ kde_source_files_enable_exceptions(
document/document.cpp
document/loadingdocumentimpl.cpp
jpegcontent.cpp
exiv2imageloader.h
imagemetainfomodel.h
timeutils.h
cms/cmsprofile.h
document/abstractdocumentimpl.h
document/document.h
document/loadingdocumentimpl.h
jpegcontent.h
)
ki18n_wrap_ui
(
gwenviewlib_SRCS
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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