diff options
author | Milian Wolff <milian.wolff@kdab.com> | 2013-11-06 17:18:11 +0100 |
---|---|---|
committer | Milian Wolff <milian.wolff@kdab.com> | 2013-11-14 16:41:54 +0100 |
commit | 6e88c68e1bd46faa2a96bbc409052f27bf445736 (patch) | |
tree | b5ac962971eb8b065fc3b2d54de0064f97bd3d79 /src/src.pro | |
parent | bc06e88886ca33ce68c3ae3a72cf011257d1fadd (diff) | |
download | qtwebchannel-6e88c68e1bd46faa2a96bbc409052f27bf445736.tar.gz |
Cleanup sources, mostly by removing QtCreator generated bloat.
This removes a lot of obsolete files and simplifies the build system
of the examples.
Furthermore, the examples can now be run without running make install
first. It reuses the same import path as the test does.
Note that the examples are not installable anymore now though. If this
is required, it can be added again.
Change-Id: Ic7ff80f734b035a03fb1a11a2df492c97298ceff
Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r-- | src/src.pro | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/src.pro b/src/src.pro index 5690897..c20f118 100644 --- a/src/src.pro +++ b/src/src.pro @@ -16,12 +16,6 @@ RESOURCES += \ resources.qrc OTHER_FILES = qmldir \ - qtc_packaging/debian_harmattan/rules \ - qtc_packaging/debian_harmattan/README \ - qtc_packaging/debian_harmattan/copyright \ - qtc_packaging/debian_harmattan/control \ - qtc_packaging/debian_harmattan/compat \ - qtc_packaging/debian_harmattan/changelog \ webchannel.js \ qobject.js \ MetaObjectPublisher.qml \ |