summaryrefslogtreecommitdiffstats
path: root/rules/qt4-examples.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2009-06-18 13:45:10 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2009-06-18 13:45:10 +0000
commit4b5eba491dd3761d50fb1281a3a1db79d715efb3 (patch)
tree76b205e3ad94ed7efc5514632e3baa5649a004a0 /rules/qt4-examples.make
parent5cd95163ae753c551bf5dbd4bc614be0c3c4ed9d (diff)
downloadptxdist-4b5eba491dd3761d50fb1281a3a1db79d715efb3.tar.gz
ptxdist-4b5eba491dd3761d50fb1281a3a1db79d715efb3.tar.xz
* qt4-examples: remove examples that are not compiled
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10821 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/qt4-examples.make')
-rw-r--r--rules/qt4-examples.make50
1 files changed, 4 insertions, 46 deletions
diff --git a/rules/qt4-examples.make b/rules/qt4-examples.make
index 80ee22920..cc4bd5f5f 100644
--- a/rules/qt4-examples.make
+++ b/rules/qt4-examples.make
@@ -30,7 +30,7 @@ endif
ifdef PTXCONF_QT4_EXAMPLES__COMPLEXPONG
@$(call install_copy, qt4-examples, 0, 0, 0644, \
- $(QT4_DIR)/examples/dbus/complexpingpong/complexpong, \
+ $(QT4_DIR)/examples/dbus/complexpingpong/complexping, \
$(PTXCONF_QT4_EXAMPLES__INSTALL_DIR)/complexpong)
endif
@@ -48,7 +48,7 @@ endif
ifdef PTXCONF_QT4_EXAMPLES__PING
@$(call install_copy, qt4-examples, 0, 0, 0644, \
- $(QT4_DIR)/examples/dbus/pingpong/ping, \
+ $(QT4_DIR)/examples/dbus/pingpong/pong, \
$(PTXCONF_QT4_EXAMPLES__INSTALL_DIR)/ping)
endif
@@ -846,7 +846,7 @@ endif
ifdef PTXCONF_QT4_EXAMPLES__ECHOPLUGIN
@$(call install_copy, qt4-examples, 0, 0, 0644, \
- $(QT4_DIR)/examples/tools/echoplugin/echowindow/echoplugin, \
+ $(QT4_DIR)/examples/tools/echoplugin/echowindow/../echoplugin, \
$(PTXCONF_QT4_EXAMPLES__INSTALL_DIR)/echoplugin)
endif
@@ -876,7 +876,7 @@ endif
ifdef PTXCONF_QT4_EXAMPLES__STYLEPLUGIN
@$(call install_copy, qt4-examples, 0, 0, 0644, \
- $(QT4_DIR)/examples/tools/styleplugin/stylewindow/styleplugin, \
+ $(QT4_DIR)/examples/tools/styleplugin/stylewindow/../styleplugin, \
$(PTXCONF_QT4_EXAMPLES__INSTALL_DIR)/styleplugin)
endif
@@ -894,48 +894,6 @@ endif
ifdef PTXCONF_QT4_EXAMPLES__PART1
@$(call install_copy, qt4-examples, 0, 0, 0644, \
- $(QT4_DIR)/examples/tutorials/addressbook-fr/part1/part1, \
- $(PTXCONF_QT4_EXAMPLES__INSTALL_DIR)/part1)
-endif
-
-ifdef PTXCONF_QT4_EXAMPLES__PART2
- @$(call install_copy, qt4-examples, 0, 0, 0644, \
- $(QT4_DIR)/examples/tutorials/addressbook-fr/part2/part2, \
- $(PTXCONF_QT4_EXAMPLES__INSTALL_DIR)/part2)
-endif
-
-ifdef PTXCONF_QT4_EXAMPLES__PART3
- @$(call install_copy, qt4-examples, 0, 0, 0644, \
- $(QT4_DIR)/examples/tutorials/addressbook-fr/part3/part3, \
- $(PTXCONF_QT4_EXAMPLES__INSTALL_DIR)/part3)
-endif
-
-ifdef PTXCONF_QT4_EXAMPLES__PART4
- @$(call install_copy, qt4-examples, 0, 0, 0644, \
- $(QT4_DIR)/examples/tutorials/addressbook-fr/part4/part4, \
- $(PTXCONF_QT4_EXAMPLES__INSTALL_DIR)/part4)
-endif
-
-ifdef PTXCONF_QT4_EXAMPLES__PART5
- @$(call install_copy, qt4-examples, 0, 0, 0644, \
- $(QT4_DIR)/examples/tutorials/addressbook-fr/part5/part5, \
- $(PTXCONF_QT4_EXAMPLES__INSTALL_DIR)/part5)
-endif
-
-ifdef PTXCONF_QT4_EXAMPLES__PART6
- @$(call install_copy, qt4-examples, 0, 0, 0644, \
- $(QT4_DIR)/examples/tutorials/addressbook-fr/part6/part6, \
- $(PTXCONF_QT4_EXAMPLES__INSTALL_DIR)/part6)
-endif
-
-ifdef PTXCONF_QT4_EXAMPLES__PART7
- @$(call install_copy, qt4-examples, 0, 0, 0644, \
- $(QT4_DIR)/examples/tutorials/addressbook-fr/part7/part7, \
- $(PTXCONF_QT4_EXAMPLES__INSTALL_DIR)/part7)
-endif
-
-ifdef PTXCONF_QT4_EXAMPLES__PART1
- @$(call install_copy, qt4-examples, 0, 0, 0644, \
$(QT4_DIR)/examples/tutorials/addressbook/part1/part1, \
$(PTXCONF_QT4_EXAMPLES__INSTALL_DIR)/part1)
endif