Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qt-jdenticon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
qt-jdenticon
Commits
8f81fadf
Commit
8f81fadf
authored
3 years ago
by
Joe Donofry
Browse files
Options
Downloads
Patches
Plain Diff
Include stdexcept and update .pro file
parent
134f01e6
No related branches found
No related tags found
1 merge request
!1
Fix randomization issues
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
QtIdenticon.pro
+24
-3
24 additions, 3 deletions
QtIdenticon.pro
src/identiconstyle.cpp
+2
-0
2 additions, 0 deletions
src/identiconstyle.cpp
src/rendering/colortheme.cpp
+2
-0
2 additions, 0 deletions
src/rendering/colortheme.cpp
src/rendering/colorutils.cpp
+2
-0
2 additions, 0 deletions
src/rendering/colorutils.cpp
with
30 additions
and
3 deletions
QtIdenticon.pro
+
24
−
3
View file @
8f81fadf
...
...
@@ -3,8 +3,11 @@
######################################################################
TEMPLATE
=
lib
CONFIG
+=
plugin
CONFIG
+=
plugin
c
++
11
TARGET
=
qtjdenticon
TARGET
=
$$
qtLibraryTarget
(
$$
TARGET
)
uri
=
im
.
nheko
.
qtjdenticon
INCLUDEPATH
=
includes
INCLUDEPATH
+=
.
DESTDIR
=
plugins
...
...
@@ -60,5 +63,23 @@ SOURCES += src/identicon.cpp \
src
/
jdenticonplugin
.
cpp
#
install
target
.
path
=
$$
[
QT_INSTALL_EXAMPLES
]
/
widgets
/
tools
/
jdenticon
/
plugins
INSTALLS
+=
target
#
target
.
path
=
$$
[
QT_INSTALL_EXAMPLES
]
/
widgets
/
tools
/
jdenticon
/
plugins
#
INSTALLS
+=
target
DISTFILES
=
qmldir
!
equals
(
_PRO_FILE_PWD_
,
$$
OUT_PWD
)
{
copy_qmldir
.
target
=
$$
OUT_PWD
/
qmldir
copy_qmldir
.
depends
=
$$
_PRO_FILE_PWD_
/
qmldir
copy_qmldir
.
commands
=
$
(
COPY_FILE
)
"$$replace(copy_qmldir.depends, /, $$QMAKE_DIR_SEP)"
"$$replace(copy_qmldir.target, /, $$QMAKE_DIR_SEP)"
QMAKE_EXTRA_TARGETS
+=
copy_qmldir
PRE_TARGETDEPS
+=
$$
copy_qmldir
.
target
}
qmldir
.
files
=
qmldir
unix
{
installPath
=
$$
[
QT_INSTALL_QML
]
/
$$
replace
(
uri
,
\
.,
/
)
qmldir
.
path
=
$$
installPath
target
.
path
=
$$
installPath
INSTALLS
+=
target
qmldir
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/identiconstyle.cpp
+
2
−
0
View file @
8f81fadf
#include
<stdexcept>
#include
"identiconstyle.h"
IdenticonStyle
::
IdenticonStyle
()
{}
...
...
This diff is collapsed.
Click to expand it.
src/rendering/colortheme.cpp
+
2
−
0
View file @
8f81fadf
#include
<stdexcept>
#include
"colortheme.h"
namespace
rendering
{
...
...
This diff is collapsed.
Click to expand it.
src/rendering/colorutils.cpp
+
2
−
0
View file @
8f81fadf
#include
<stdexcept>
#include
"colorutils.h"
namespace
rendering
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment