Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Plasma Add-ons
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Plasma
Plasma Add-ons
Commits
86a2356a
Commit
86a2356a
authored
Jan 14, 2018
by
Friedrich W. H. Kossebau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[weather] Use non-deprecated KDEInstallDirs variables
parent
ad04c42b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
applets/weather/CMakeLists.txt
applets/weather/CMakeLists.txt
+3
-3
No files found.
applets/weather/CMakeLists.txt
View file @
86a2356a
...
...
@@ -15,7 +15,7 @@ target_link_libraries(plasma_applet_weather
KF5::I18n
)
install
(
TARGETS plasma_applet_weather DESTINATION
${
PLUGIN_INSTALL_
DIR
}
/plasma/applets
)
install
(
TARGETS plasma_applet_weather DESTINATION
${
KDE_INSTALL_PLUGIN
DIR
}
/plasma/applets
)
install
(
FILES wind-arrows.svgz DESTINATION
${
PLASMA_DATA_INSTALL_DIR
}
/desktoptheme/default/weather/
)
...
...
@@ -38,5 +38,5 @@ target_link_libraries(weatherplugin
Qt5::Qml
)
install
(
TARGETS weatherplugin DESTINATION
${
QML_INSTALL_
DIR
}
/org/kde/plasma/private/weather
)
install
(
FILES plugin/qmldir DESTINATION
${
QML_INSTALL_
DIR
}
/org/kde/plasma/private/weather
)
install
(
TARGETS weatherplugin DESTINATION
${
KDE_INSTALL_QML
DIR
}
/org/kde/plasma/private/weather
)
install
(
FILES plugin/qmldir DESTINATION
${
KDE_INSTALL_QML
DIR
}
/org/kde/plasma/private/weather
)
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