Your ROOT_URL in app.ini is https://scm.trinitydesktop.org/gitea/ but you are visiting https://scm.trinitydesktop.net/gitea/TDE/piklab/blame/commit/a5f3646dc638ccbcf5ea78a553c2a07295061297/qt_config.h You should set ROOT_URL correctly, otherwise the web may not work correctly.
piklab/qt_config.h

9 lines
201 B

#define VERSION "0.15.2"
// adjust or comment the following lines to reflect your configuration
#if defined(Q_OS_WIN)
# define LIBUSB_VERSION "0.1.12.1"
#else
# define LIBUSB_VERSION "0.1.8"
#endif