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
Krita
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
Tusooa Zhu
Krita
Commits
de96ecd1
Commit
de96ecd1
authored
Nov 10, 2015
by
Halla Rempt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put the crop cursor in a resource file
parent
e214dd61
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
10 deletions
+13
-10
krita/plugins/tools/tool_crop/CMakeLists.txt
krita/plugins/tools/tool_crop/CMakeLists.txt
+1
-10
krita/plugins/tools/tool_crop/toolcrop.qrc
krita/plugins/tools/tool_crop/toolcrop.qrc
+6
-0
krita/plugins/tools/tool_crop/toolcrop.rc
krita/plugins/tools/tool_crop/toolcrop.rc
+6
-0
No files found.
krita/plugins/tools/tool_crop/CMakeLists.txt
View file @
de96ecd1
set
(
kritatoolcrop_PART_SRCS
set
(
kritatoolcrop_PART_SRCS
tool_crop.cc
tool_crop.cc
kis_tool_crop.cc
kis_tool_crop.cc
kis_constrained_rect.cpp
kis_constrained_rect.cpp
kistoolcropconfigwidget.cpp
kistoolcropconfigwidget.cpp
)
)
qt5_add_resources
(
kritatoolcrop_PART_SRCS toolcrop.qrc
)
ki18n_wrap_ui
(
kritatoolcrop_PART_SRCS wdg_tool_crop.ui
)
ki18n_wrap_ui
(
kritatoolcrop_PART_SRCS wdg_tool_crop.ui
)
add_library
(
kritatoolcrop MODULE
${
kritatoolcrop_PART_SRCS
}
)
add_library
(
kritatoolcrop MODULE
${
kritatoolcrop_PART_SRCS
}
)
kcoreaddons_desktop_to_json
(
kritatoolcrop kritatoolcrop.desktop
)
kcoreaddons_desktop_to_json
(
kritatoolcrop kritatoolcrop.desktop
)
target_link_libraries
(
kritatoolcrop kritaui
)
target_link_libraries
(
kritatoolcrop kritaui
)
install
(
TARGETS kritatoolcrop DESTINATION
${
CALLIGRA_PLUGIN_INSTALL_DIR
}
)
install
(
TARGETS kritatoolcrop DESTINATION
${
CALLIGRA_PLUGIN_INSTALL_DIR
}
)
########### install files ###############
install
(
FILES tool_crop_cursor.png DESTINATION
${
DATA_INSTALL_DIR
}
/krita/pics
)
install
(
FILES
install
(
FILES
KisToolCrop.action
KisToolCrop.action
DESTINATION
${
DATA_INSTALL_DIR
}
/krita/actions
)
DESTINATION
${
DATA_INSTALL_DIR
}
/krita/actions
)
krita/plugins/tools/tool_crop/toolcrop.qrc
0 → 100644
View file @
de96ecd1
<!DOCTYPE RCC>
<RCC
version=
"1.0"
>
<qresource>
<file>
tool_crop_cursor.png
</file>
</qresource>
</RCC>
krita/plugins/tools/tool_crop/toolcrop.rc
0 → 100644
View file @
de96ecd1
<!DOCTYPE RCC>
<RCC
version=
"1.0"
>
<qresource>
<file>
tool_crop_cursor.png
</file>
</qresource>
</RCC>
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