From d1bb751a38b70268f208998ce817b549e07a2cf5 Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Thu, 23 May 2013 22:42:16 +0200 Subject: introduce no_app_bundle.pri - it tries to copy the needed qt_menu.nib dir Change-Id: I04fe564f62e16847a417e47c9a0719c043c1f027 Reviewed-by: Karsten Heimrich --- tests/downloadspeed/downloadspeed.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/downloadspeed') diff --git a/tests/downloadspeed/downloadspeed.pro b/tests/downloadspeed/downloadspeed.pro index e9aeeea70..0ffd8b991 100644 --- a/tests/downloadspeed/downloadspeed.pro +++ b/tests/downloadspeed/downloadspeed.pro @@ -8,7 +8,9 @@ QT -= gui QT += network CONFIG += console -CONFIG -= app_bundle + DESTDIR = $$IFW_APP_PATH SOURCES += main.cpp + +macx:include(../../no_app_bundle.pri) -- cgit v1.2.3