[mingw-qt] Make sure QtUiTools is also built

epienbro epienbro at fedoraproject.org
Sat Mar 10 12:43:24 UTC 2012


commit 1c5dfc6b717cd270a18d54b45b0d63c26a586793
Author: Erik van Pienbroek <erik at vanpienbroek.nl>
Date:   Sat Mar 10 13:43:13 2012 +0100

    Make sure QtUiTools is also built

 mingw-qt.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/mingw-qt.spec b/mingw-qt.spec
index adc540c..e637b09 100644
--- a/mingw-qt.spec
+++ b/mingw-qt.spec
@@ -191,7 +191,10 @@ qt_configure_args_generic="\
     -iconv \
     -openssl \
     -dbus-linked \
-    -nomake demos,examples"
+    -make libs \
+    -nomake demos \
+    -nomake docs \
+    -nomake examples"
 
 qt_configure_args_win32="\
     -prefix %{mingw32_prefix} \


More information about the scm-commits mailing list