diff options
author | Daniel Molkentin <daniel.molkentin@nokia.com> | 2011-11-24 16:13:34 (GMT) |
---|---|---|
committer | Daniel Molkentin <daniel.molkentin@nokia.com> | 2011-11-24 16:29:10 (GMT) |
commit | 198d35b0bbdaefd60df37f74f28176a75804a861 (patch) | |
tree | 1a4d3993541e9cf788751e7b0640b0d13f4058c8 /examples/declarative/threading | |
parent | f0757a09744f7ca967d79dbd185da6b82cfddac1 (diff) | |
download | Qt-198d35b0bbdaefd60df37f74f28176a75804a861.zip Qt-198d35b0bbdaefd60df37f74f28176a75804a861.tar.gz Qt-198d35b0bbdaefd60df37f74f28176a75804a861.tar.bz2 |
Fix up examples.
- Remove dependencies from examples
- Remove stray copies of qtc_packaging
- remove .desktop files
- rename examples (to their old name)
Reviewed-By: Casper van Donderen
Diffstat (limited to 'examples/declarative/threading')
4 files changed, 0 insertions, 44 deletions
diff --git a/examples/declarative/threading/threadedlistmodel/threadedlistmodel.desktop b/examples/declarative/threading/threadedlistmodel/threadedlistmodel.desktop deleted file mode 100644 index 41646a8..0000000 --- a/examples/declarative/threading/threadedlistmodel/threadedlistmodel.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Version=1.0 -Type=Application -Terminal=false -Name=threadedlistmodel -Exec=/opt/threadedlistmodel/bin/threadedlistmodel -Icon=threadedlistmodel64 -X-Window-Icon= -X-HildonDesk-ShowInToolbar=true -X-Osso-Type=application/x-executable diff --git a/examples/declarative/threading/threadedlistmodel/threadedlistmodel_harmattan.desktop b/examples/declarative/threading/threadedlistmodel/threadedlistmodel_harmattan.desktop deleted file mode 100644 index ae9851a..0000000 --- a/examples/declarative/threading/threadedlistmodel/threadedlistmodel_harmattan.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Version=1.0 -Type=Application -Terminal=false -Name=threadedlistmodel -Exec=/usr/bin/single-instance /opt/threadedlistmodel/bin/threadedlistmodel -Icon=/usr/share/icons/hicolor/80x80/apps/threadedlistmodel80.png -X-Window-Icon= -X-HildonDesk-ShowInToolbar=true -X-Osso-Type=application/x-executable diff --git a/examples/declarative/threading/workerscript/workerscript.desktop b/examples/declarative/threading/workerscript/workerscript.desktop deleted file mode 100644 index c8e378d..0000000 --- a/examples/declarative/threading/workerscript/workerscript.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Version=1.0 -Type=Application -Terminal=false -Name=workerscript -Exec=/opt/workerscript/bin/workerscript -Icon=workerscript64 -X-Window-Icon= -X-HildonDesk-ShowInToolbar=true -X-Osso-Type=application/x-executable diff --git a/examples/declarative/threading/workerscript/workerscript_harmattan.desktop b/examples/declarative/threading/workerscript/workerscript_harmattan.desktop deleted file mode 100644 index 3517ca7..0000000 --- a/examples/declarative/threading/workerscript/workerscript_harmattan.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Version=1.0 -Type=Application -Terminal=false -Name=workerscript -Exec=/usr/bin/single-instance /opt/workerscript/bin/workerscript -Icon=/usr/share/icons/hicolor/80x80/apps/workerscript80.png -X-Window-Icon= -X-HildonDesk-ShowInToolbar=true -X-Osso-Type=application/x-executable |