From 1d49e3a34cf101e9494cfb751a1f2ff0b655ef7a Mon Sep 17 00:00:00 2001 From: Jeena Date: Tue, 3 Mar 2015 07:22:12 +0100 Subject: [PATCH] fixed install target --- FeedTheMonkey.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FeedTheMonkey.pro b/FeedTheMonkey.pro index 840eb97..db3d71d 100644 --- a/FeedTheMonkey.pro +++ b/FeedTheMonkey.pro @@ -32,6 +32,8 @@ unix { INSTALLS += data } +INSTALLS += target + # Needed for bringing browser from background to foreground using QDesktopServices: http://bugreports.qt-project.org/browse/QTBUG-8336 TARGET.CAPABILITY += SwEvent