d8424789ee
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20697 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 lines
456 B
Diff
16 lines
456 B
Diff
--- qt/examples/qws/qws.pro 2010-02-11 16:55:17.000000000 +0100
|
|
+++ qt/examples/qws/qws.pro.mod 2010-03-22 10:56:10.372868670 +0100
|
|
@@ -1,7 +1,11 @@
|
|
TEMPLATE = subdirs
|
|
# no /dev/fbX
|
|
!qnx:!vxworks:SUBDIRS = framebuffer
|
|
-SUBDIRS += mousecalibration simpledecoration
|
|
+SUBDIRS += mousecalibration
|
|
+
|
|
+!isEmpty( decorations ) {
|
|
+ SUBDIRS += simpledecoration
|
|
+}
|
|
|
|
# install
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS README *.pro
|