We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07a2eb commit ee8acf2Copy full SHA for ee8acf2
src/libappimage/desktop_integration/CMakeLists.txt
@@ -4,7 +4,8 @@ set(
4
integrator/Integrator.cpp
5
integrator/DesktopEntryEditError.h
6
integrator/DesktopEntryEditor.cpp
7
- integrator/MimeInfoEditor.cpp integrator/MimeInfoEditor.h)
+ integrator/MimeInfoEditor.cpp
8
+ integrator/MimeInfoEditor.h)
9
10
if(LIBAPPIMAGE_THUMBNAILER_ENABLED)
11
list(APPEND appimage_desktop_integration_sources "Thumbnailer.cpp")
@@ -36,4 +37,4 @@ add_dependencies(appimage_desktop_integration
36
37
Boost::filesystem
38
XdgUtils::DesktopEntry
39
XdgUtils::BaseDir
-)
40
+ )
0 commit comments