summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/qt-apps/fotowall/ExportWizard-depends-on-ui_wizard.patch
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-05-11 00:06:16 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-31 21:15:14 +0100
commit16281590289222266b64ea645b5aa05fcb86ade8 (patch)
tree50e9a094ea4632068c9d73a509a1c2c2b02ec529 /meta/recipes-qt/qt-apps/fotowall/ExportWizard-depends-on-ui_wizard.patch
parentb477f676e336beee5ed660d3075b84d638eef00d (diff)
downloadpoky-16281590289222266b64ea645b5aa05fcb86ade8.tar.gz
fotowall: Add #include ui_wizard.h to ExportWizard.cpp
App/ExportWizard.cpp depends on wizard.h which depends on ui_wizard. The last one should be already generated before compiling ExportWizard.cpp. [YOCTO #2297] (From OE-Core rev: d7bf94647f17c0382caad8af0bdda837b14b22dc) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt-apps/fotowall/ExportWizard-depends-on-ui_wizard.patch')
-rw-r--r--meta/recipes-qt/qt-apps/fotowall/ExportWizard-depends-on-ui_wizard.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt-apps/fotowall/ExportWizard-depends-on-ui_wizard.patch b/meta/recipes-qt/qt-apps/fotowall/ExportWizard-depends-on-ui_wizard.patch
new file mode 100644
index 0000000000..d8b2b2347b
--- /dev/null
+++ b/meta/recipes-qt/qt-apps/fotowall/ExportWizard-depends-on-ui_wizard.patch
@@ -0,0 +1,18 @@
1App/ExportWizard.cpp depends on wizard.h which depends on ui_wizard. The last one
2should be already generated before compiling ExportWizard.cpp.
3
4Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
5Upstream-Status: Pending
6
7Index: Fotowall-0.9/App/ExportWizard.cpp
8===================================================================
9--- Fotowall-0.9.orig/App/ExportWizard.cpp 2009-11-30 13:21:31.000000000 +0200
10+++ Fotowall-0.9/App/ExportWizard.cpp 2012-05-10 17:12:06.765230830 +0300
11@@ -23,6 +23,7 @@
12 #include "imageloaderqt.h"
13 #include "posterazorcore.h"
14 #include "wizard.h"
15+#include "ui_wizard.h"
16
17 #include <QDesktopServices>
18 #include <QDesktopWidget>