diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-08-06 10:53:15 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-08-06 21:29:32 (GMT) |
commit | 2c88091603ce86508af2cac7fd0055e3a528f422 (patch) | |
tree | 95fb5d959fd25c0c4261f48e00bfb172f485e357 /examples | |
parent | ade43d4bc4240ead5d641ae84a1ff37f60d19c9c (diff) | |
download | Qt-2c88091603ce86508af2cac7fd0055e3a528f422.zip Qt-2c88091603ce86508af2cac7fd0055e3a528f422.tar.gz Qt-2c88091603ce86508af2cac7fd0055e3a528f422.tar.bz2 |
examples: Add dockwidgets to the list of examples
This example is needed by tst_GuiAppLauncher::run()
Change-Id: I4ad828006bb0b801eefc374950f1345fdf2b0f8b
Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/mainwindows/mainwindows.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/mainwindows/mainwindows.pro b/examples/mainwindows/mainwindows.pro index 0b9b299..462327b 100644 --- a/examples/mainwindows/mainwindows.pro +++ b/examples/mainwindows/mainwindows.pro @@ -1,5 +1,6 @@ TEMPLATE = subdirs SUBDIRS = application \ + dockwidgets \ mdi \ menus \ recentfiles \ |