Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Krita
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tusooa Zhu
Krita
Commits
f47871ad
Commit
f47871ad
authored
Jun 07, 2018
by
Boudewijn Rempt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move KoResourcePaths to the resources library
parent
d7c2baba
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
libs/koplugin/CMakeLists.txt
libs/koplugin/CMakeLists.txt
+0
-1
libs/resources/CMakeLists.txt
libs/resources/CMakeLists.txt
+1
-1
libs/resources/KoResourcePaths.cpp
libs/resources/KoResourcePaths.cpp
+0
-0
libs/resources/KoResourcePaths.h
libs/resources/KoResourcePaths.h
+2
-2
libs/widgetutils/CMakeLists.txt
libs/widgetutils/CMakeLists.txt
+1
-0
No files found.
libs/koplugin/CMakeLists.txt
View file @
f47871ad
...
...
@@ -4,7 +4,6 @@ set(kritaplugin_LIB_SRCS
KoJsonTrader.cpp
KisMimeDatabase.cpp
KritaPluginDebug.cpp
KoResourcePaths.cpp
)
# help plugin trader find installed plugins when run from uninstalled tests
...
...
libs/resources/CMakeLists.txt
View file @
f47871ad
...
...
@@ -10,7 +10,7 @@ set(kritaresources_LIB_SRCS
KoResource.cpp
KoMD5Generator.cpp
KoHashGeneratorProvider.cpp
KoResourcePaths.cpp
)
qt5_add_resources
(
kritaresources_LIB_SRCS sql.qrc
)
...
...
libs/
koplugin
/KoResourcePaths.cpp
→
libs/
resources
/KoResourcePaths.cpp
View file @
f47871ad
File moved
libs/
koplugin
/KoResourcePaths.h
→
libs/
resources
/KoResourcePaths.h
View file @
f47871ad
...
...
@@ -22,7 +22,7 @@
#include <QString>
#include <QStringList>
#include <krita
plugin
_export.h>
#include <krita
resources
_export.h>
/**
...
...
@@ -39,7 +39,7 @@
* checks. In the future these should be converted to qloggingcategory to enable
* convenient enable/disable functionality.
*/
class
KRITA
PLUGIN
_EXPORT
KoResourcePaths
class
KRITA
RESOURCES
_EXPORT
KoResourcePaths
{
public:
...
...
libs/widgetutils/CMakeLists.txt
View file @
f47871ad
...
...
@@ -110,6 +110,7 @@ target_link_libraries(kritawidgetutils
Qt5::Core
KF5::ItemViews
kritaglobal
kritaresources
PRIVATE
Qt5::PrintSupport
KF5::I18n
...
...
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