Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Thiago Santini
EyeRecToo
Commits
0adc0515
Commit
0adc0515
authored
Apr 08, 2019
by
Thiago Santini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates about to list linked libraries
parent
13eb525d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
EyeRecToo/src/MainWindow.cpp
EyeRecToo/src/MainWindow.cpp
+10
-0
No files found.
EyeRecToo/src/MainWindow.cpp
View file @
0adc0515
...
...
@@ -618,6 +618,16 @@ void MainWindow::showAboutDialog()
msg
.
append
(
"Contact: <a href=
\"
mailto:thiago.santini@uni-tuebingen.de?Subject=[EyeRecToo] Contact
\"
target=
\"
_top
\"
>thiago.santini@uni-tuebingen.de</a><br><br>"
);
msg
.
append
(
"Copyright © 2019 Thiago Santini<br><br>"
);
msg
.
append
(
QString
(
"Build: %1 %2"
).
arg
(
GIT_BRANCH
).
arg
(
GIT_COMMIT_HASH
));
msg
.
append
(
"<br><br>"
);
msg
.
append
(
"EyeRecToo dynamically links to:<br>"
);
msg
.
append
(
"-Qt (LGPL)<br>"
);
msg
.
append
(
"-FFmpeg (LGPL)<br>"
);
msg
.
append
(
"-Eigen (LGPL)<br>"
);
msg
.
append
(
"-libusb (LGPL)<br>"
);
msg
.
append
(
"-pthreads4w (LGPL)<br>"
);
msg
.
append
(
"-OpenCV (3-clause BSD)<br>"
);
msg
.
append
(
"-libjpeg-turbo (3-clause BSD)<br>"
);
msg
.
append
(
"-libuvc (BSD)<br>"
);
QMessageBox
::
about
(
this
,
"About"
,
msg
);
}
...
...
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