diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2011-09-13 14:43:51 +0200 |
---|---|---|
committer | Lars Knoll <lars.knoll@nokia.com> | 2011-09-13 20:17:56 +0200 |
commit | 37a8e98cd004601623476fc0a390fc156c0b52f5 (patch) | |
tree | bf0519ffae894eb2159443aba3b704ca27cb08f9 /examples/examples.pro | |
parent | 7d0a7adede5166cf64ceb7b7826d2817d9f86e7d (diff) | |
download | qttools-37a8e98cd004601623476fc0a390fc156c0b52f5.tar.gz |
Add QtUiTools and uilib
This code used to live in qtbase. It doesn't belong
there however and since there are no dependencies
in qtbase left that require it move it here.
This significantly simplifies the build system with
regards to the code in uilib.
Change-Id: I41c8687bd071a1c253eb55594986f3e1424bc6cf
Reviewed-on: http://codereview.qt-project.org/4830
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r-- | examples/examples.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index e2f2c617f..3c12ee67c 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,2 +1,2 @@ TEMPLATE = subdirs -SUBDIRS += help designer +SUBDIRS += help designer uitools |