Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
System
Dolphin
Commits
953b2536
Commit
953b2536
authored
May 19, 2021
by
Laurent Montel
😁
Browse files
Use directly autorcc
parent
2393049d
Pipeline
#62511
passed with stage
in 5 minutes and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
953b2536
...
...
@@ -181,10 +181,9 @@ set(dolphinpart_SRCS
dolphinpart.cpp
dolphinpart_ext.cpp
dolphindebug.cpp
dolphinpart.qrc
)
qt5_add_resources
(
dolphinpart_SRCS dolphinpart.qrc
)
add_library
(
dolphinpart MODULE
${
dolphinpart_SRCS
}
)
kcoreaddons_desktop_to_json
(
dolphinpart
${
CMAKE_CURRENT_BINARY_DIR
}
/dolphinpart.desktop
)
...
...
@@ -255,6 +254,7 @@ set(dolphinstatic_SRCS
views/zoomlevelinfo.cpp
dolphindebug.cpp
global.cpp
dolphin.qrc
)
if
(
HAVE_BALOO
)
...
...
@@ -292,8 +292,6 @@ kconfig_add_kcfg_files(dolphinstatic_SRCS GENERATE_MOC
settings/dolphin_generalsettings.kcfgc
)
qt5_add_resources
(
dolphinstatic_SRCS dolphin.qrc
)
qt5_generate_dbus_interface
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/dolphinmainwindow.h org.kde.DolphinMainWindow.xml
)
qt5_add_dbus_adaptor
(
dolphinstatic_SRCS
${
CMAKE_CURRENT_BINARY_DIR
}
/org.kde.DolphinMainWindow.xml dolphinmainwindow.h DolphinMainWindow
)
qt5_add_dbus_interface
(
dolphinstatic_SRCS
${
CMAKE_CURRENT_BINARY_DIR
}
/org.kde.DolphinMainWindow.xml dolphinmainwindowinterface
)
...
...
src/tests/CMakeLists.txt
View file @
953b2536
...
...
@@ -62,8 +62,7 @@ TEST_NAME viewpropertiestest
LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test
)
# DolphinMainWindowTest
set
(
dolphinmainwindowtest_SRCS dolphinmainwindowtest.cpp
)
qt5_add_resources
(
dolphinmainwindowtest_SRCS
${
CMAKE_SOURCE_DIR
}
/src/dolphin.qrc
)
set
(
dolphinmainwindowtest_SRCS dolphinmainwindowtest.cpp
${
CMAKE_SOURCE_DIR
}
/src/dolphin.qrc
)
ecm_add_test
(
${
dolphinmainwindowtest_SRCS
}
TEST_NAME dolphinmainwindowtest
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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