diff options
author | Patrick Spendrin <ps_ml@gmx.de> | 2010-10-06 11:18:59 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2010-10-07 08:27:01 (GMT) |
commit | c9533981e129655e2ca74b13ac1ff107df7db0e7 (patch) | |
tree | 6541d72a63ff7c89f23db9e26c36565893d20c95 /tools | |
parent | 9c46cde0ca27bf5edc05046b84096379d46dca33 (diff) | |
download | Qt-c9533981e129655e2ca74b13ac1ff107df7db0e7.zip Qt-c9533981e129655e2ca74b13ac1ff107df7db0e7.tar.gz Qt-c9533981e129655e2ca74b13ac1ff107df7db0e7.tar.bz2 |
ActiveQt: also make the designer plugin for qaxwidget build in the opensource versions
Reviewed-by: Olivier Goffart
Merge-Request: 843
Diffstat (limited to 'tools')
-rw-r--r-- | tools/designer/src/plugins/plugins.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/src/plugins/plugins.pro b/tools/designer/src/plugins/plugins.pro index cf4fa8a..bcebb82 100644 --- a/tools/designer/src/plugins/plugins.pro +++ b/tools/designer/src/plugins/plugins.pro @@ -3,7 +3,7 @@ CONFIG += ordered REQUIRES = !CONFIG(static,shared|static) contains(QT_CONFIG, qt3support): SUBDIRS += widgets -win32:!contains(QT_EDITION, OpenSource):SUBDIRS += activeqt +win32: SUBDIRS += activeqt # contains(QT_CONFIG, opengl): SUBDIRS += tools/view3d contains(QT_CONFIG, webkit): SUBDIRS += qwebview contains(QT_CONFIG, phonon): SUBDIRS += phononwidgets |