comparison Makefile @ 309:18bef142108d

Rename Makefile.gen to Makefile.common
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Aug 2023 12:49:58 +0300
parents 52f0da883469
children
comparison
equal deleted inserted replaced
308:abebda3ec9cd 309:18bef142108d
1 ### 1 ###
2 ### Configuration settings for Linux and generic UNIX 2 ### Configuration settings for Linux and generic UNIX
3 ### See other Makefile.gen etc files for more options. 3 ### See other Makefile.common etc files for more options.
4 ### 4 ###
5 5
6 QT_VERSION_PREFIX = Qt6 6 QT_VERSION_PREFIX = Qt6
7 QT_TOOL_PREFIX = /usr/lib/qt6/libexec/ 7 QT_TOOL_PREFIX = /usr/lib/qt6/libexec/
8 8
25 # Qt tools 25 # Qt tools
26 QT_MOC_FLAGS = 26 QT_MOC_FLAGS =
27 QT_MOC_RULES = 27 QT_MOC_RULES =
28 QT_UIC_FLAGS = 28 QT_UIC_FLAGS =
29 29
30 include Makefile.gen 30 include Makefile.common