Skip to content

Commit

Permalink
Update global.pri
Browse files Browse the repository at this point in the history
  • Loading branch information
MinyazevR authored Jul 12, 2024
1 parent 9bb85b1 commit 16cf6ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions global.pri
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@ clang {
for(module, QT) {
equals(module, "testlib"): module = test
moduleList = $$split(module, )
SYSTEM_INCLUDE_PREFIX_OPTION += \
--system-header-prefix=Qt$$upper($$take_first(moduleList))$$join(moduleList, )
SYSTEM_INCLUDE_PREFIX_OPTION += --system-header-prefix=Qt$$upper($$take_first(moduleList))$$join(moduleList, )
}
unset(moduleList)

Expand Down

0 comments on commit 16cf6ff

Please sign in to comment.