From d9751bc29d2f80b86eb237226ce832bf2e372f1d Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Mon, 15 Jul 2013 10:51:00 +0200 Subject: [PATCH] Disable dialogs to allow changes in qtbase (use urls internally) Change-Id: I9ae09416acdbe437acbe9672d0ecfc42059695ae Reviewed-by: David Faure --- src/imports/imports.pro | 3 ++- tests/auto/quick/quick.pro | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/imports/imports.pro b/src/imports/imports.pro index 7a922a8..6fbe8a5 100644 --- a/src/imports/imports.pro +++ b/src/imports/imports.pro @@ -10,7 +10,8 @@ qtHaveModule(quick) { qtquick2 \ particles \ window \ - dialogs \ +# disabled to allow file dialog changes to use urls internally (qtbase) +# dialogs \ testlib } diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro index 81d4fd3..d0f8c40 100644 --- a/tests/auto/quick/quick.pro +++ b/tests/auto/quick/quick.pro @@ -69,7 +69,8 @@ QUICKTESTS = \ qquickcanvasitem \ qquickscreen \ touchmouse \ - dialogs \ +# disabled to allow file dialog changes to use urls internally (qtbase) +# dialogs \ SUBDIRS += $$PUBLICTESTS -- 2.7.4