comparison Makefile.cross-mingw @ 309:18bef142108d

Rename Makefile.gen to Makefile.common
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Aug 2023 12:49:58 +0300
parents 8a1ddc9bd012
children
comparison
equal deleted inserted replaced
308:abebda3ec9cd 309:18bef142108d
52 QT_MOC_RULES = 52 QT_MOC_RULES =
53 QT_UIC_FLAGS = 53 QT_UIC_FLAGS =
54 54
55 CLEAN_TARGETS += src/winres.rc 55 CLEAN_TARGETS += src/winres.rc
56 56
57 include Makefile.gen 57 include Makefile.common
58 58
59 59
60 install: all 60 install: all
61 $(MKDIR_P) $(PREFIX)/platforms/ 61 $(MKDIR_P) $(PREFIX)/platforms/
62 $(INSTALL) $(QT_PREFIX)/plugins/platforms/qwindows.dll $(PREFIX)/platforms/ 62 $(INSTALL) $(QT_PREFIX)/plugins/platforms/qwindows.dll $(PREFIX)/platforms/