move qt4 package from Xorg to Video feed
[feed/video.git] / frameworks / qt4 / patches / 200-depend-on-decoration.patch
1 --- qt/examples/qws/qws.pro 2010-02-11 16:55:17.000000000 +0100
2 +++ qt/examples/qws/qws.pro.mod 2010-03-22 10:56:10.372868670 +0100
3 @@ -1,7 +1,11 @@
4 TEMPLATE = subdirs
5 # no /dev/fbX
6 !qnx:!vxworks:SUBDIRS = framebuffer
7 -SUBDIRS += mousecalibration simpledecoration
8 +SUBDIRS += mousecalibration
9 +
10 +!isEmpty( decorations ) {
11 + SUBDIRS += simpledecoration
12 +}
13
14 # install
15 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS README *.pro