aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/imports.pro
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2013-07-22 12:06:39 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-22 16:45:01 +0200
commit6499098a04c7a8a1193413500cd562f781df38bb (patch)
tree6fdcfe6c6b94a3aef7b664226b4ae6dbddcdeea1 /src/imports/imports.pro
parent17ded06804576dfde1b19f82f168f7ceb09ec92c (diff)
QtQuick.Dialogs: use URLs for interface with QPlatformFileDialogHelper
Depends on f5dbc876378ae58a7bdfe1e9664fc81caca18dfb and 5069e203d7aff7fb49bf746071f66bfd41c1ae89 Reverts commits 17ded06804576dfde1b19f82f168f7ceb09ec92c and and d9751bc29d2f80b86eb237226ce832bf2e372f1d Change-Id: Ibe2347f3b57e4e569bc4966735e9623dfd274628 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
Diffstat (limited to 'src/imports/imports.pro')
-rw-r--r--src/imports/imports.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/imports/imports.pro b/src/imports/imports.pro
index 6fbe8a51b8..7a922a832e 100644
--- a/src/imports/imports.pro
+++ b/src/imports/imports.pro
@@ -10,8 +10,7 @@ qtHaveModule(quick) {
qtquick2 \
particles \
window \
-# disabled to allow file dialog changes to use urls internally (qtbase)
-# dialogs \
+ dialogs \
testlib
}