diff options
author | Samuli Piippo <samuli.piippo@digia.com> | 2012-02-06 12:40:12 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-06 14:24:50 (GMT) |
commit | 7f47f51e62e5eaf199e291cf98a8ecc8336048e1 (patch) | |
tree | 05c810fe3d12005f5f02426a455bae9c9cc32d95 /configure | |
parent | 7f8612853273f9dc120a7bc096f10821eb48fd2b (diff) | |
download | Qt-7f47f51e62e5eaf199e291cf98a8ecc8336048e1.zip Qt-7f47f51e62e5eaf199e291cf98a8ecc8336048e1.tar.gz Qt-7f47f51e62e5eaf199e291cf98a8ecc8336048e1.tar.bz2 |
Add concurrent to QT_CONFIG
cherry-picked from qtbase d21f28956e494baae311dc6d8f9dfbd4448965b5
cherry-picked from qtbase 7c64ab4966e24834768eb1a09b3d2fd08471787a
Change-Id: I8f7f9991fa197e737fe7f9af0ab949a5d48e7069
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7610,6 +7610,8 @@ CFG_CONCURRENT="yes" if [ "$canBuildQtConcurrent" = "no" ]; then QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_CONCURRENT" CFG_CONCURRENT="no" +else + QT_CONFIG="$QT_CONFIG concurrent" fi if [ "$CFG_XMLPATTERNS" = "yes" -a "$CFG_EXCEPTIONS" = "no" ]; then |