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
PIM
KAddressBook
Commits
20697df5
Commit
20697df5
authored
Feb 01, 2021
by
Laurent Montel
😁
Browse files
Use autorcc directly
parent
cba1236f
Pipeline
#49404
failed with stage
in 10 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
20697df5
...
...
@@ -17,9 +17,6 @@ add_subdirectory(kconf_update)
add_subdirectory
(
configuration
)
add_subdirectory
(
importexport
)
set
(
kaddressbook_qrc_SRCS
)
qt5_add_resources
(
kaddressbook_qrc_SRCS kaddressbook.qrc
)
set
(
kaddressbook_printing_SRCS
printing/detailled/detailledstyle.cpp
printing/mike/mikesstyle.cpp
...
...
@@ -122,7 +119,7 @@ set(kaddressbook_SRCS
kaddressbook_debug.cpp
main.cpp
mainwindow.cpp
${
kaddressbook
_
qrc
_SRCS
}
kaddressbook
.
qrc
)
file
(
GLOB ICONS_SRCS
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/icons/*-apps-kaddressbook.png"
)
...
...
@@ -147,7 +144,7 @@ install(PROGRAMS
DESTINATION
${
KDE_INSTALL_APPDIR
}
)
install
(
FILES data/org.kde.kaddressbook.appdata.xml DESTINATION
${
KDE_INSTALL_METAINFODIR
}
)
set
(
kaddressbook_PART_SRCS kaddressbookpart.cpp kaddressbook_debug.cpp
${
kaddressbook
_
qrc
_SRCS
}
)
set
(
kaddressbook_PART_SRCS kaddressbookpart.cpp kaddressbook_debug.cpp kaddressbook
.
qrc
)
add_library
(
kaddressbookpart MODULE
${
kaddressbook_PART_SRCS
}
)
target_link_libraries
(
kaddressbookpart kaddressbookprivate KF5::Parts
)
install
(
TARGETS kaddressbookpart DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
)
...
...
Write
Preview
Supports
Markdown
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