1
0
mirror of https://github.com/PurpleI2P/i2pd-qt.git synced 2025-03-11 21:01:05 +00:00

9 Commits

Author SHA1 Message Date
Gitea
64d667c461 Truly enabled UPNP when compile-time; ssu+ssu2 defaults per orignal's suggestion 2022-08-16 00:10:49 +08:00
R4SAS
2c9c6c36a0
[qmake] suppress OpenSSL deprecation warnings 2022-08-14 12:44:11 +03:00
PRESFIL
7cdc80777a Add make install support for linux platform
At the moment, `qmake` generates a Makefile with an empty instruction for
install: due to the fact that `INSTALLS` and `TARGET.{path,files}` were
empty. Now Makefile can perform `make install` / `make uninstall` and
install/delete the executable file, desktop file and icons.

This commit implements this feature only for `linux` platform, but it
can be extended to other unix platforms if desired.

According to the commit history, icons are not used directly anywhere,
not used by flatpack, so moving should not break anything, but it was
necessary to install icons in the correct location on the `linux`
platform.
2022-05-07 23:53:35 +03:00
740a8ff930
link with libi2pdlang.a
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2021-08-23 20:37:46 +03:00
a04ba0c85b
add i2pd translations support
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2021-06-26 23:47:53 +03:00
d526715377
fix race condition when building i2pd libs
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2021-02-15 19:24:54 +03:00
46b947e70b
about: use commit as fallback if no tags in git describe
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2021-01-31 23:27:03 +03:00
23d3eef1ca
use project root in commands and requirements
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2021-01-31 23:04:51 +03:00
dfd1632b78
import qt code, update paths in project and sources
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2021-01-31 22:52:22 +03:00