diff options
| author | ruki <[email protected]> | 2019-01-02 22:57:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-01-02 11:47:59 +0800 |
| commit | 9c4e0ba825b9035236fe063daf6e5dbfbe20ca04 (patch) | |
| tree | c1876a147ecfaaeb34fd976569b5e18812722ccd /xmake/rules/qt/ui/xmake.lua | |
| parent | f4ba9c2b6f85ce5d8b959714d8beaae9f03e4fe0 (diff) | |
fix color.build.progress style
Diffstat (limited to 'xmake/rules/qt/ui/xmake.lua')
| -rw-r--r-- | xmake/rules/qt/ui/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/rules/qt/ui/xmake.lua b/xmake/rules/qt/ui/xmake.lua index c9308f0e3..454e7810b 100644 --- a/xmake/rules/qt/ui/xmake.lua +++ b/xmake/rules/qt/ui/xmake.lua @@ -72,9 +72,9 @@ rule("qt.ui") -- trace progress info if option.get("verbose") then - cprint("${green}[%3d%%]:${dim} compiling.qt.ui %s", opt.progress, sourcefile_ui) + cprint("${color.build.progress}[%3d%%]:${dim} compiling.qt.ui %s", opt.progress, sourcefile_ui) else - cprint("${green}[%3d%%]:${clear} compiling.qt.ui %s", opt.progress, sourcefile_ui) + cprint("${color.build.progress}[%3d%%]:${clear} compiling.qt.ui %s", opt.progress, sourcefile_ui) end -- ensure ui header file directory |
