summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Arve Sæther <jan-arve.saether@nokia.com>2010-06-04 08:36:03 (GMT)
committerJan-Arve Sæther <jan-arve.saether@nokia.com>2010-06-04 08:36:03 (GMT)
commit3a3a3964c001112738890dde897a2f024baf8825 (patch)
tree35c1883776a476dc15f281fe917694c5c397156c
parentcad70d64d0bbada72a072ac7fdf461839db9d72a (diff)
downloadQt-3a3a3964c001112738890dde897a2f024baf8825.zip
Qt-3a3a3964c001112738890dde897a2f024baf8825.tar.gz
Qt-3a3a3964c001112738890dde897a2f024baf8825.tar.bz2
Don't add the qmediaplayer.pro to the destination path of the sources.
Casper observed that installing the demo created a folder called qmediaplayer.pro in the same folder as qmediaplayer.pro was located. Reviewed-by: Casper van Donderen
-rw-r--r--demos/qmediaplayer/qmediaplayer.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/qmediaplayer/qmediaplayer.pro b/demos/qmediaplayer/qmediaplayer.pro
index cfe3905..9407a81 100644
--- a/demos/qmediaplayer/qmediaplayer.pro
+++ b/demos/qmediaplayer/qmediaplayer.pro
@@ -17,7 +17,7 @@ HEADERS += mediaplayer.h
target.path = $$[QT_INSTALL_DEMOS]/qmediaplayer
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.html *.doc images
-sources.path = $$[QT_INSTALL_DEMOS]/qmediaplayer qmediaplayer.pro
+sources.path = $$[QT_INSTALL_DEMOS]/qmediaplayer
INSTALLS += target sources
wince*{