diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2010-06-04 08:36:03 (GMT) |
---|---|---|
committer | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2010-06-04 08:36:03 (GMT) |
commit | 3a3a3964c001112738890dde897a2f024baf8825 (patch) | |
tree | 35c1883776a476dc15f281fe917694c5c397156c | |
parent | cad70d64d0bbada72a072ac7fdf461839db9d72a (diff) | |
download | Qt-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.pro | 2 |
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*{ |