mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
8 lines
208 B
Makefile
Executable file
8 lines
208 B
Makefile
Executable file
# © 2023 and later: Unicode, Inc. and others.
|
|
# License & terms of use: http://www.unicode.org/copyright.html
|
|
ifndef QCONFIG
|
|
QCONFIG=qconfig.mk
|
|
endif
|
|
include $(QCONFIG)
|
|
|
|
include $(MKFILES_ROOT)/qmake-cfg.mk
|