aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pro
diff options
context:
space:
mode:
authorck <qt-info@nokia.com>2010-07-07 14:50:37 +0200
committerck <qt-info@nokia.com>2010-07-07 14:51:46 +0200
commit608fcf3123de88e9a634dddac4976bdf0723977b (patch)
treef0fc5cd4c04966938d2cb3ce2ee7c414aed11b55 /qtcreator.pro
parent773d580604ac6540653ba8729fb0f66261c9e159 (diff)
Maemo: Correctly deploy subdirs projects.
Task-number: QTCREATORBUG-1614, QTCREATORBUG-1810 Reviewed-by: kh1
Diffstat (limited to 'qtcreator.pro')
-rw-r--r--qtcreator.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/qtcreator.pro b/qtcreator.pro
index e3aeb6950d..f6ec3585af 100644
--- a/qtcreator.pro
+++ b/qtcreator.pro
@@ -12,3 +12,10 @@ CONFIG += ordered
SUBDIRS = src share
WITH_TESTS:SUBDIRS += tests
+
+
+target.path += \
+ /usr/local/bin
+
+INSTALLS += \
+ target \ No newline at end of file