diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-08-13 11:31:57 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-08-13 14:08:04 +0100 |
commit | a2e733b94619282060ec860104e0a79167725387 (patch) | |
tree | 50ef9210642b32f0d83b759bf5f6e5404532af9d /depends | |
parent | 968ea66537da2646c3a33bd82f031adef67a3c8b (diff) |
doc: Remove no longer needed comments
Co-authored-by: fanquake <fanquake@gmail.com>
Diffstat (limited to 'depends')
-rw-r--r-- | depends/packages/qt.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/depends/packages/qt.mk b/depends/packages/qt.mk index b45f8f5cf4..3839359d73 100644 --- a/depends/packages/qt.mk +++ b/depends/packages/qt.mk @@ -236,12 +236,7 @@ endef # # 4. Put our C, CXX and LD FLAGS into gcc-base.conf. Only used for non-host builds. # -# 5. Do similar for the win32-g++ mkspec. -# -# 6. In clang.conf, swap out clang & clang++, for our compiler + flags. See #17466. -# -# 7. Adjust a regex in toolchain.prf, to accommodate Guix's usage of -# CROSS_LIBRARY_PATH. See #15277. +# 5. In clang.conf, swap out clang & clang++, for our compiler + flags. See #17466. define $(package)_preprocess_cmds cp $($(package)_patch_dir)/qt.pro qt.pro && \ cp $($(package)_patch_dir)/qttools_src.pro qttools/src/src.pro && \ |