summaryrefslogtreecommitdiff
path: root/qtactiveqt.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-02-08 09:27:07 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-08 09:29:57 +0100
commitb3ecf716f1f4194014b9178f7e7eab2fda3c38d1 (patch)
treed7e7110fcd840f67997aeb474d61b0d1db0fd7ae /qtactiveqt.pro
parentc36006f45fdcbdb97cbc3179c4ecc25203898fc5 (diff)
downloadqtactiveqt-b3ecf716f1f4194014b9178f7e7eab2fda3c38d1.tar.gz
ActiveQt: Deactivate building of examples.
Changes of the metaobject system cause asserts in idc. Task-number: QTBUG-24128 Change-Id: I6b57286efcaf4528a905497bf4ff2637524e5454 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'qtactiveqt.pro')
-rw-r--r--qtactiveqt.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/qtactiveqt.pro b/qtactiveqt.pro
index 91317de..46d383b 100644
--- a/qtactiveqt.pro
+++ b/qtactiveqt.pro
@@ -13,8 +13,9 @@ activeqt_examples.depends = activeqt_src
win32 {
SUBDIRS = activeqt_src \
- activeqt_tools \
- activeqt_examples
+ activeqt_tools
+# fixme: Examples cause asserts in idc due to metaobject changes.
+# activeqt_examples
}
else {
message("ActiveQt is a Windows-only module - will not be built")