diff options
author | Milian Wolff <milian.wolff@kdab.com> | 2014-01-15 14:53:20 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-01-16 14:21:15 +0100 |
commit | 1b06776be339e1d27de69c74928444917736f8c1 (patch) | |
tree | 381d678f8719ed3d90a0e42d998b9137d7e02823 /examples/examples.pro | |
parent | c5d1360a94123f4ed4da1dab4b0ead754b91e8f7 (diff) | |
download | qtwebchannel-1b06776be339e1d27de69c74928444917736f8c1.tar.gz |
Remove examples written by Noam which are under the Nokia license.
I'll write new examples from scratch using the proper license.
Change-Id: If13e57cf8b19cf45178b6fccace59cb56410d84e
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r-- | examples/examples.pro | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index 554ec11..114d0fb 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,9 +1,3 @@ TEMPLATE = subdirs SUBDIRS += standalone - -qtHaveModule(quick) { - SUBDIRS += \ - hybridshell \ - qtobject -} |