diff options
author | Shawn Rutledge <[email protected]> | 2013-12-16 16:05:25 +0100 |
---|---|---|
committer | The Qt Project <[email protected]> | 2014-01-07 14:40:00 +0100 |
commit | 34793538fbbfce733da1d8495b7f2ed05c5e9a8b (patch) | |
tree | 1902ad80e8d9484182f5b11d969f766e511d6346 /examples/quick/quick.pro | |
parent | 2740cf4e844f8b8612ea595219eb72c57bbdc42b (diff) |
remove QtQuick.Dialogs and related modules
They are being moved to the QtQuick Controls repository (see change
ba9ba084124403bd8930e29d8afcea9d64b6c0b6 in qtquickcontrols).
This makes it possible to use QtQuick Controls in the implementation.
[ChangeLog][QtQuick][Dialogs]Moved dialog implementations from
qtdeclarative module to qtquickcontrols module due to dependencies
Change-Id: I76d5b71b185dd14a188ea68f18bfec61b4bf2f41
Reviewed-by: Liang Qi <[email protected]>
Diffstat (limited to 'examples/quick/quick.pro')
-rw-r--r-- | examples/quick/quick.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/quick/quick.pro b/examples/quick/quick.pro index c6b7ee1c34..186988716c 100644 --- a/examples/quick/quick.pro +++ b/examples/quick/quick.pro @@ -21,7 +21,6 @@ SUBDIRS = quick-accessibility \ customitems \ imageprovider \ window \ - dialogs \ particles \ demos |