summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Bugge Monsen <mmonsen@trolltech.com>2009-07-15 17:38:00 +0200
committerMarius Bugge Monsen <mmonsen@trolltech.com>2009-07-15 17:38:00 +0200
commit3d6ddcf7aceee33a20b1c01a61d76115a09b457b (patch)
tree1efbd1c37b4a24b1990414abd6487377b119a98e
parentdf03a1c5b0b6d155385f2df67fabd6e974aaa1ad (diff)
Keep the example binaries in the example directories instead of moving them to a central bin directory.
Fix the check for the animation framework.
-rw-r--r--examples/examples.pri1
-rw-r--r--examples/examples.pro2
2 files changed, 1 insertions, 2 deletions
diff --git a/examples/examples.pri b/examples/examples.pri
index 9391e6f..bc44bca 100644
--- a/examples/examples.pri
+++ b/examples/examples.pri
@@ -1,4 +1,3 @@
include(../itemviews-ng.pri)
-DESTDIR = ../../bin
CONFIG -= app_bundle
diff --git a/examples/examples.pro b/examples/examples.pro
index e3cea1c..29d22a8 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -20,7 +20,7 @@ exists($$QMAKE_INCDIR_QT/QtCore/qeasingcurve.h) {
chat
}
-exists($$QMAKE_INCDIR_QT/QtCore/animation/qpropertyanimation.h) {
+exists($$QMAKE_INCDIR_QT/QtCore/qpropertyanimation.h) {
SUBDIRS += \
photoAlbum
}