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
Grantlee Editor
Commits
288cd0b4
Commit
288cd0b4
authored
Feb 01, 2021
by
Laurent Montel
😁
Browse files
Use autorcc directly
parent
a578709d
Pipeline
#49414
failed with stage
in 10 minutes and 4 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
contactprintthemeeditor/CMakeLists.txt
View file @
288cd0b4
...
...
@@ -10,6 +10,7 @@ set(contactprintthemeeditor_SRCS
themeeditorwidget.cpp
themetemplatewidget.cpp
contactprintthemepreview.cpp
contactprintthemeeditor.qrc
)
ecm_qt_declare_logging_category
(
contactprintthemeeditor_SRCS HEADER contactprintthemeeditor_debug.h IDENTIFIER CONTACTPRINTTHEMEEDITOR_LOG CATEGORY_NAME org.kde.pim.contactprintthemeeditor
...
...
@@ -17,8 +18,6 @@ ecm_qt_declare_logging_category(contactprintthemeeditor_SRCS HEADER contactprint
OLD_CATEGORY_NAMES log_contactprintthemeeditor
EXPORT GRANTLEEEDITOR
)
qt5_add_resources
(
contactprintthemeeditor_SRCS contactprintthemeeditor.qrc
)
add_executable
(
contactprintthemeeditor
${
contactprintthemeeditor_SRCS
}
)
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
set_target_properties
(
contactprintthemeeditor PROPERTIES UNITY_BUILD ON
)
...
...
contactthemeeditor/CMakeLists.txt
View file @
288cd0b4
...
...
@@ -11,6 +11,7 @@ set(contactthemeeditor_SRCS
contactconfigurationdialog.cpp
contacteditorutil.cpp
contactpreviewwidget.cpp
contactthemeeditor.qrc
)
ecm_qt_declare_logging_category
(
contactthemeeditor_SRCS HEADER contactthemeeditor_debug.h IDENTIFIER CONTACTTHEMEEDITOR_LOG CATEGORY_NAME org.kde.pim.contactthemeeditor
DESCRIPTION
"grantleeeditor (contactthemeeditor)"
...
...
@@ -18,8 +19,6 @@ ecm_qt_declare_logging_category(contactthemeeditor_SRCS HEADER contactthemeedito
EXPORT GRANTLEEEDITOR
)
qt5_add_resources
(
contactthemeeditor_SRCS contactthemeeditor.qrc
)
add_executable
(
contactthemeeditor
${
contactthemeeditor_SRCS
}
)
target_link_libraries
(
contactthemeeditor
PRIVATE
...
...
headerthemeeditor/CMakeLists.txt
View file @
288cd0b4
...
...
@@ -10,6 +10,7 @@ set(headerthemeeditor_SRCS
themeconfiguredialog.cpp
themeeditorutil.cpp
themeeditorwidget.cpp
headerthemeeditor.qrc
)
ecm_qt_declare_logging_category
(
headerthemeeditor_SRCS HEADER headerthemeeditor_debug.h IDENTIFIER HEADERTHEMEEDITOR_LOG CATEGORY_NAME org.kde.pim.headerthemeeditor
...
...
@@ -18,8 +19,6 @@ ecm_qt_declare_logging_category(headerthemeeditor_SRCS HEADER headerthemeeditor_
EXPORT GRANTLEEEDITOR
)
qt5_add_resources
(
headerthemeeditor_SRCS headerthemeeditor.qrc
)
add_executable
(
headerthemeeditor
${
headerthemeeditor_SRCS
}
)
if
(
COMPILE_WITH_UNITY_CMAKE_SUPPORT
)
set_target_properties
(
headerthemeeditor PROPERTIES UNITY_BUILD ON
)
...
...
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