Mercurial > minori
diff Makefile.am @ 295:b82841e76e79
*: better support on Windows
things now look much better in dark mode
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Sun, 12 May 2024 20:24:09 -0400 |
parents | 9a88e1725fd2 |
children | bf89fbf7ff38 |
line wrap: on
line diff
--- a/Makefile.am Sun May 12 18:16:08 2024 -0400 +++ b/Makefile.am Sun May 12 20:24:09 2024 -0400 @@ -18,6 +18,8 @@ # Qt resources + + minori_qtrc = \ $(top_srcdir)/rc/icons/icons.qrc \ $(top_srcdir)/rc/animone.qrc \ @@ -101,6 +103,7 @@ # Add dark stylesheet to resources minori_qtrc_win = $(top_srcdir)/rc/sys/win32/dark/dark.qrc +minori_qtrc_win_dep = $(top_srcdir)/rc/sys/win32/dark/dark.qss if BUILD_WINDRES @@ -261,7 +264,7 @@ # Build only one qrc, otherwise we get a ton of # weird linking errors -rc/final_qrc.cc: $(minori_qtrc) $(minori_qtrc_win) +rc/final_qrc.cc: $(minori_qtrc) $(minori_qtrc_win) $(minori_icons_png) $(minori_qtrc_win_dep) $(QT_RCC) -o $@ $(minori_qtrc) $(minori_qtrc_win) .h_moc.cc: