From 1fd6aa1ac15abdadb91ee3e9e9cac9578efdb45c Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Wed, 8 Apr 2009 08:34:00 +0200 Subject: [PATCH] app.pro: also add $$IDE_APP_TARGET to the installation --- src/app/app.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/app.pro b/src/app/app.pro index ee298d521d6..69f677dacb7 100644 --- a/src/app/app.pro +++ b/src/app/app.pro @@ -44,6 +44,7 @@ unix:!macx { } target.files += $$OUT_PWD/$$DESTDIR/$$IDE_APP_WRAPPER + target.files += $$OUT_PWD/$$DESTDIR/$$IDE_APP_TARGET target.path = /bin INSTALLS += target -- GitLab