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
kdevelop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
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
Friedrich W. H. Kossebau
kdevelop
Commits
c109a789
Commit
c109a789
authored
Dec 29, 2019
by
Friedrich W. H. Kossebau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install knsrc files to KDE_INSTALL_KNSRCDIR with newer KNewStuff
GIT_SILENT
parent
100d3e66
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
28 additions
and
6 deletions
+28
-6
plugins/appwizard/CMakeLists.txt
plugins/appwizard/CMakeLists.txt
+5
-0
plugins/appwizard/kdevappwizard.qrc
plugins/appwizard/kdevappwizard.qrc
+0
-3
plugins/appwizard/kdevappwizardknsrc.qrc
plugins/appwizard/kdevappwizardknsrc.qrc
+6
-0
plugins/filetemplates/CMakeLists.txt
plugins/filetemplates/CMakeLists.txt
+6
-0
plugins/filetemplates/kdevfiletemplates.qrc
plugins/filetemplates/kdevfiletemplates.qrc
+0
-3
plugins/filetemplates/kdevfiletemplatesknsrc.qrc
plugins/filetemplates/kdevfiletemplatesknsrc.qrc
+6
-0
plugins/qthelp/CMakeLists.txt
plugins/qthelp/CMakeLists.txt
+5
-0
No files found.
plugins/appwizard/CMakeLists.txt
View file @
c109a789
...
...
@@ -24,6 +24,11 @@ declare_qt_logging_category(kdevappwizard_PART_SRCS
ki18n_wrap_ui
(
kdevappwizard_PART_SRCS
${
kdevappwizard_PART_UI
}
)
if
(
NOT KF5_VERSION VERSION_LESS
"5.57.0"
)
install
(
FILES kdevappwizard.knsrc DESTINATION
${
KDE_INSTALL_KNSRCDIR
}
)
else
()
qt5_add_resources
(
kdevappwizard_PART_SRCS kdevappwizardknsrc.qrc
)
endif
()
qt5_add_resources
(
kdevappwizard_PART_SRCS kdevappwizard.qrc
)
kdevplatform_add_plugin
(
kdevappwizard JSON kdevappwizard.json SOURCES
${
kdevappwizard_PART_SRCS
}
)
...
...
plugins/appwizard/kdevappwizard.qrc
View file @
c109a789
...
...
@@ -3,7 +3,4 @@
<qresource
prefix=
"/kxmlgui5/kdevappwizard"
>
<file>
kdevappwizard.rc
</file>
</qresource>
<qresource
prefix=
"/kconfig"
>
<file>
kdevappwizard.knsrc
</file>
</qresource>
</RCC>
plugins/appwizard/kdevappwizardknsrc.qrc
0 → 100644
View file @
c109a789
<!DOCTYPE RCC>
<RCC
version=
"1.0"
>
<qresource
prefix=
"/kconfig"
>
<file>
kdevappwizard.knsrc
</file>
</qresource>
</RCC>
plugins/filetemplates/CMakeLists.txt
View file @
c109a789
...
...
@@ -33,7 +33,13 @@ ki18n_wrap_ui(kdevfiletemplates_PART_SRCS
ui/testcases.ui
)
if
(
NOT KF5_VERSION VERSION_LESS
"5.57.0"
)
install
(
FILES kdevfiletemplates.knsrc DESTINATION
${
KDE_INSTALL_KNSRCDIR
}
)
else
()
qt5_add_resources
(
kdevfiletemplates_PART_SRCS kdevfiletemplatesknsrc.qrc
)
endif
()
qt5_add_resources
(
kdevfiletemplates_PART_SRCS kdevfiletemplates.qrc
)
kdevplatform_add_plugin
(
kdevfiletemplates JSON kdevfiletemplates.json SOURCES
${
kdevfiletemplates_PART_SRCS
}
)
target_link_libraries
(
kdevfiletemplates
...
...
plugins/filetemplates/kdevfiletemplates.qrc
View file @
c109a789
...
...
@@ -3,7 +3,4 @@
<qresource
prefix=
"/kxmlgui5/kdevfiletemplates"
>
<file>
kdevfiletemplates.rc
</file>
</qresource>
<qresource
prefix=
"/kconfig"
>
<file>
kdevfiletemplates.knsrc
</file>
</qresource>
</RCC>
plugins/filetemplates/kdevfiletemplatesknsrc.qrc
0 → 100644
View file @
c109a789
<!DOCTYPE RCC>
<RCC
version=
"1.0"
>
<qresource
prefix=
"/kconfig"
>
<file>
kdevfiletemplates.knsrc
</file>
</qresource>
</RCC>
plugins/qthelp/CMakeLists.txt
View file @
c109a789
...
...
@@ -22,7 +22,12 @@ ki18n_wrap_ui(kdevqthelp_SRCS
qthelpconfigeditdialog.ui
)
if
(
NOT KF5_VERSION VERSION_LESS
"5.57.0"
)
install
(
FILES kdevelop-qthelp.knsrc DESTINATION
${
KDE_INSTALL_KNSRCDIR
}
)
else
()
qt5_add_resources
(
kdevqthelp_SRCS kdevqthelp.qrc
)
endif
()
kdevplatform_add_plugin
(
kdevqthelp JSON kdevqthelp.json SOURCES
${
kdevqthelp_SRCS
}
)
target_link_libraries
(
kdevqthelp
KF5::KCMUtils KF5::I18n KF5::KIOWidgets KF5::TextEditor KF5::IconThemes Qt5::Help KF5::NewStuff
...
...
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