diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2012-06-01 16:37:42 +0200 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2012-06-19 16:39:21 +0200 |
commit | c7bf0448da8275f8835656ee37f2de72f22c8694 (patch) | |
tree | 0c7f712bfa91a6c279db29f1b612f438d051176c /qtbase.pro | |
parent | bcadd2ded2d86bf982564c816a6192c423ccb7e0 (diff) | |
download | qtbase-c7bf0448da8275f8835656ee37f2de72f22c8694.tar.gz |
detach src/src.pro and src/tools/tools.pro from qtbase.pro
they were included instead of being proper subdirs. this doesn't appear
to be necessary for anything at this point.
Change-Id: Ie57285df8e5ea7bd8883bcd42fa6ed62b8e1d54d
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'qtbase.pro')
-rw-r--r-- | qtbase.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtbase.pro b/qtbase.pro index 90d63a1bdb..ffb8d6a80c 100644 --- a/qtbase.pro +++ b/qtbase.pro @@ -21,7 +21,7 @@ contains(PROJECTS, qmake) { } contains(PROJECTS, libs) { PROJECTS -= libs - include(src/src.pro) + SUBDIRS += src } contains(PROJECTS, examples) { PROJECTS -= examples |