Skip to content

Commit

Permalink
de-duplicate QT_DISABLED_FEATURES after resolving dependencies
Browse files Browse the repository at this point in the history
Change-Id: I1873c1e7c59af02b06566d0e47c020c609d49c9f
Reviewed-by: Stephen Kelly <[email protected]>
Reviewed-by: Joerg Bornemann <[email protected]>
  • Loading branch information
ossilator authored and The Qt Project committed Nov 4, 2013
1 parent a922b94 commit 098c243
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qtbase.pro
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ FEATURES_PRI = \
"$${LITERAL_HASH} Features disabled by configure:" \
"QT_DISABLED_FEATURES =$$lower($$join($$list($$replace(no_features, _, -)), " ", " "))" \
"$$escape_expand(\\n)$${LITERAL_HASH} Dependencies derived from <qtbase>/src/corelib/global/qfeatures.txt:" \
$$FEATURES_PRI
$$FEATURES_PRI \
"QT_DISABLED_FEATURES = \$\$unique(QT_DISABLED_FEATURES)"
write_file($$OUT_PWD/mkspecs/qfeatures.pri, FEATURES_PRI)|error("Aborting.")

#mkspecs
Expand Down

0 comments on commit 098c243

Please sign in to comment.