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/hybridshell/hybridshell.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/hybridshell/hybridshell.pro')
-rw-r--r-- | examples/hybridshell/hybridshell.pro | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/hybridshell/hybridshell.pro b/examples/hybridshell/hybridshell.pro deleted file mode 100644 index 4ff38db..0000000 --- a/examples/hybridshell/hybridshell.pro +++ /dev/null @@ -1,17 +0,0 @@ -QT += qml quick - -CONFIG += warn_on - -SOURCES += \ - main.cpp \ - shell.cpp - -HEADERS += \ - shell.h - -RESOURCES += \ - resources.qrc - -OTHER_FILES += \ - main.qml \ - index.html |