diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2013-07-11 00:09:50 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2013-07-11 00:09:50 -0300 |
commit | 2962e85a8a1e5c4b2e2c6a3a0d501afb6f979cc8 (patch) | |
tree | 8adee7beee98219b342be6fbec5ad3b49e645c91 /debian/patches | |
parent | b40969e3aa144152a40c8b0dfea9de7817d9a679 (diff) | |
download | qtdeclarative-2962e85a8a1e5c4b2e2c6a3a0d501afb6f979cc8.tar.gz |
Add fix_systemdialogs_path patch.
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/fix_systemdialogs_path | 16 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/fix_systemdialogs_path b/debian/patches/fix_systemdialogs_path new file mode 100644 index 0000000..929679e --- /dev/null +++ b/debian/patches/fix_systemdialogs_path @@ -0,0 +1,16 @@ +Description: fixes installation path of systemdialogs example. + This bug has been reported upstream as + https://bugreports.qt-project.org/browse/QTBUG-32359 +Author: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> +Bug: https://bugreports.qt-project.org/browse/QTBUG-32359 +Last-Update: 2013-07-10 + +--- a/examples/quick/dialogs/systemdialogs/systemdialogs.pro ++++ b/examples/quick/dialogs/systemdialogs/systemdialogs.pro +@@ -13,5 +13,5 @@ EXAMPLE_FILES = \ + FileDialogs.qml \ + ColorDialogs.qml + +-target.path = $$[QT_INSTALL_EXAMPLES]/quick/dialogs ++target.path = $$[QT_INSTALL_EXAMPLES]/quick/dialog/systemdialogs + INSTALLS += target diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..7b93682 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +fix_systemdialogs_path |