Browse Source

qt: fix make dist with qt6 qmake files

3.0.x
Steve Lhomme 8 months ago
committed by Felix Paul Kühne
parent
commit
ce0c8b05f9
  1. 2
      modules/gui/qt/Makefile.am

2
modules/gui/qt/Makefile.am

@ -10,7 +10,7 @@
# - Add it to DEPS_res
SUFFIXES += .ui .h .hpp .moc.cpp
EXTRA_DIST += qt6.pro private-gui.pro
EXTRA_DIST += gui/qt/qt6.pro gui/qt/private-gui.pro
libqt_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) \
-DQT_USE_QSTRINGBUILDER \

Loading…
Cancel
Save