diff options
author | Daniel Molkentin <daniel.molkentin@nokia.com> | 2010-11-11 16:49:17 +0100 |
---|---|---|
committer | Eike Ziller <eike.ziller@nokia.com> | 2011-06-29 00:31:47 +0200 |
commit | 497dd323ea550cfc9987b3ee049700986b5d8859 (patch) | |
tree | d602e654adec95d78d4f5e7ce237169641296eb5 /share/share.pro | |
parent | b23aa108900e32b514e1939494c0d54fa9e75e32 (diff) | |
download | qt-creator-497dd323ea550cfc9987b3ee049700986b5d8859.tar.gz |
Introduce QML-based welcome screen using desktop components
Implements new XML-based format for examples, demos & tutorials
Done-with: Primrose Mbanefo <ext-primrose.mbanefo@nokia.com>
Change-Id: I42c0afdb419cffe5637cd4f298e828d09e0fb15a
Reviewed-on: http://codereview.qt.nokia.com/840
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'share/share.pro')
-rw-r--r-- | share/share.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/share.pro b/share/share.pro index 69509a0098..df8f06e11e 100644 --- a/share/share.pro +++ b/share/share.pro @@ -1,3 +1,4 @@ TEMPLATE = subdirs SUBDIRS = qtcreator/static.pro \ - qtcreator/translations + qtcreator/translations \ + qtcreator/welcomescreen |