From 66ea5a8c5cd217b0513431301c3de82acca81812 Mon Sep 17 00:00:00 2001 From: John Fultz Date: Fri, 28 Nov 2014 21:21:51 -0600 Subject: Add CONFIG -= app_bundle in appropriate places. So that console apps won't build as app bundles on MacOS. --- test/test.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test.pro') diff --git a/test/test.pro b/test/test.pro index 2eec3ec..df1fcd4 100644 --- a/test/test.pro +++ b/test/test.pro @@ -7,6 +7,7 @@ INCLUDEPATH += . .. CONFIG += console CONFIG -= x11 +CONFIG -= app_bundle CONFIG += release debug { -- cgit v1.2.3