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
PIM
Itinerary
Commits
c08f3138
Commit
c08f3138
authored
Aug 17, 2022
by
Laurent Montel
Browse files
Use Qt:: directly
parent
9886baf4
Pipeline
#218893
passed with stage
in 7 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kirigami-addons/dateandtime/CMakeLists.txt
View file @
c08f3138
...
...
@@ -8,7 +8,7 @@ if (ANDROID)
lib/androidintegration.cpp
)
generate_export_header
(
KF5KirigamiDateAndTime BASE_NAME KirigamiDateAndTime
)
target_link_libraries
(
KF5KirigamiDateAndTime PUBLIC Qt
${
QT_MAJOR_VERSION
}
::Core Qt
${
QT_MAJOR_VERSION
}
::AndroidExtras
)
target_link_libraries
(
KF5KirigamiDateAndTime PUBLIC Qt
::Core Qt
::AndroidExtras
)
add_subdirectory
(
android
)
install
(
TARGETS KF5KirigamiDateAndTime
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
endif
()
...
...
@@ -41,8 +41,8 @@ ecm_target_qml_sources(itinerary-dateandtimeplugin SOURCES
)
target_link_libraries
(
itinerary-dateandtimeplugin
Qt
${
QT_MAJOR_VERSION
}
::Quick
Qt
${
QT_MAJOR_VERSION
}
::Qml
Qt::Quick
Qt::Qml
KF5::I18n
)
if
(
TARGET KF5KirigamiDateAndTime
)
...
...
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