diff options
author | Jonathan Liu <net147@gmail.com> | 2012-01-11 12:54:15 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-17 01:54:14 (GMT) |
commit | 330ca76b021d35421a227bd6eaca95653e58bb01 (patch) | |
tree | 5dadab93ba9ee5383a50f1ef6117f9237c5a43e5 /configure | |
parent | bb5cba5dcc3f3453ccbfea2667adc3a12c4ba92b (diff) | |
download | Qt-330ca76b021d35421a227bd6eaca95653e58bb01.zip Qt-330ca76b021d35421a227bd6eaca95653e58bb01.tar.gz Qt-330ca76b021d35421a227bd6eaca95653e58bb01.tar.bz2 |
Revert "Disable activeqt on win32-g++ (it doesn't build)."
the change is bogus; people were actually building it successfully.
This reverts commit 0c70be512bfc40e8a2a09f60a66b7ecb114e748e
Change-Id: I641fac34b78d6c23ead143d34a8ae15bf191cae3
Reviewed-by: Jonathan Liu <net147@gmail.com>
Reviewed-by: Ray Donnelly <mingw.android@gmail.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -9087,10 +9087,6 @@ for file in .projects .projects.3; do if [ "$CFG_NOPROCESS" = "yes" ] || [ "$XPLATFORM_SYMBIAN" != "yes" ]; then continue fi;; - *activeqt/*) - if [ "$PLATFORM" = "win32-g++" ] || [ "$XPLATFORM" = "win32-g++" ]; then - continue - fi;; *examples/activeqt/*) continue ;; */qmake/qmake.pro) continue ;; *tools/bootstrap*|*tools/moc*|*tools/rcc*|*tools/uic*|*linguist/lrelease*) SPEC=$QMAKESPEC ;; |