Browse Source

qt: generate vlc_modules_list

Now that we have recursive makefile support for vlc_modules_list
generation, we can also reference the Qt plugins by including the
Makefile helper.
pull/199/head
Alexandre Janniaux 7 months ago
committed by Felix Paul Kühne
parent
commit
ee162c3758
  1. 4
      modules/gui/qt/Makefile.am

4
modules/gui/qt/Makefile.am

@ -16,6 +16,10 @@ CLEANFILES =
include ../../common.am
guidir = $(pluginsdir)/gui
gui_LTLIBRARIES =
# Generate vlc_modules_list for Qt plugins
include ../../modulelist.mk
SUFFIXES += .ui .h .hpp .moc.cpp .qml .js .mjs .moc
TEST_EXTENSIONS = .qml
EXTRA_DIST = qt6.pro qtest.pro quicktest.pro scripts

Loading…
Cancel
Save