diff options
author | Alex Blasche <alexander.blasche@digia.com> | 2013-11-29 15:25:53 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-11-29 16:13:27 +0100 |
commit | af26c348fc96b7ea1ea16acf7953f99637483903 (patch) | |
tree | 7a501dd8d5131fa64fe155e58155d4d01fd9a11f | |
parent | 53a8c971c5ea604b6c41f84ba3f78bee2e9064c8 (diff) | |
download | qtlocation-af26c348fc96b7ea1ea16acf7953f99637483903.tar.gz |
Don't rely on qt_example_installs for complete make install rules
simplelog.txt was not deployed when running make install from outside
Qt source tree.
Change-Id: I420a85fc5f74fb1bfc1b3f63e1f88cf0b0e2a0f9
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
-rw-r--r-- | examples/positioning/logfilepositionsource/logfilepositionsource.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/positioning/logfilepositionsource/logfilepositionsource.pro b/examples/positioning/logfilepositionsource/logfilepositionsource.pro index 59c0d86b..eb492340 100644 --- a/examples/positioning/logfilepositionsource/logfilepositionsource.pro +++ b/examples/positioning/logfilepositionsource/logfilepositionsource.pro @@ -9,7 +9,8 @@ SOURCES = logfilepositionsource.cpp \ clientapplication.cpp \ main.cpp -EXAMPLE_FILES = simplelog.txt target.path = $$[QT_INSTALL_EXAMPLES]/positioning/logfilepositionsource -INSTALLS += target +log.files = simplelog.txt +log.path = $$[QT_INSTALL_EXAMPLES]/positioning/logfilepositionsource +INSTALLS += target log |