Your ROOT_URL in app.ini is https://scm.trinitydesktop.org/gitea/ but you are visiting https://scm.trinitydesktop.net/gitea/TDE/tdewebdev/blame/commit/99ee6fd7e9737b5441af4a6cfdd69ff4b7eff5d3/quanta/plugins/Makefile.am You should set ROOT_URL correctly, otherwise the web may not work correctly.
tdewebdev/quanta/plugins/Makefile.am

16 lines
441 B

noinst_LTLIBRARIES = libplugins.la
METASOURCES = AUTO
libplugins_la_SOURCES = quantaplugininterface.cpp quantaplugineditor.cpp quantapluginconfig.cpp quantaplugin.cpp plugineditor.ui pluginconfig.ui
AM_CPPFLAGS = -I$(top_srcdir)/quanta/utility \
-I$(top_srcdir)/quanta/parsers \
-I$(top_srcdir)/quanta/src \
-I$(top_srcdir)/quanta/project \
-I$(top_srcdir)/quanta/messages \
-I$(top_srcdir)/lib \
$(KMDI_INCLUDES) $(all_includes)