From 234e212a80cc1552f4907bb8cba0d673d99990c2 Mon Sep 17 00:00:00 2001 From: Benjamin C Meyer Date: Thu, 15 Jul 2010 00:31:09 -0400 Subject: [PATCH] When building in debug mode on OS2 just like with Windows enable the console. --- src/src.pri | 2 +- tools/cacheinfo/cacheinfo.pro | 2 +- tools/htmlToXBel/htmlToXBel.pro | 2 +- tools/placesimport/placesimport.pro | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/src.pri b/src/src.pri index 9e34ff3e..ea8d596b 100644 --- a/src/src.pri +++ b/src/src.pri @@ -2,7 +2,7 @@ CONFIG += qt warn_on contains(QT_BUILD_PARTS, tools): CONFIG += uitools else : DEFINES += QT_NO_UITOOLS -win32 : Debug : CONFIG += console +win32|os2 : Debug : CONFIG += console INCLUDEPATH += $$PWD DEPENDPATH += $$PWD diff --git a/tools/cacheinfo/cacheinfo.pro b/tools/cacheinfo/cacheinfo.pro index 58d3bc4f..86d385c4 100644 --- a/tools/cacheinfo/cacheinfo.pro +++ b/tools/cacheinfo/cacheinfo.pro @@ -3,7 +3,7 @@ TARGET = arora-cacheinfo DEPENDPATH += . INCLUDEPATH += . -win32: CONFIG += console +win32|os2: CONFIG += console mac:CONFIG -= app_bundle QT += network diff --git a/tools/htmlToXBel/htmlToXBel.pro b/tools/htmlToXBel/htmlToXBel.pro index 265923dd..a8cbef95 100644 --- a/tools/htmlToXBel/htmlToXBel.pro +++ b/tools/htmlToXBel/htmlToXBel.pro @@ -3,7 +3,7 @@ TARGET = htmlToXBel DEPENDPATH += . INCLUDEPATH += . -win32: CONFIG += console +win32|os2: CONFIG += console mac:CONFIG -= app_bundle QT += network webkit diff --git a/tools/placesimport/placesimport.pro b/tools/placesimport/placesimport.pro index 4f10fafd..cc0810c9 100644 --- a/tools/placesimport/placesimport.pro +++ b/tools/placesimport/placesimport.pro @@ -3,7 +3,7 @@ TARGET = arora-placesimport DEPENDPATH += . INCLUDEPATH += . -win32: CONFIG += console +win32|os2: CONFIG += console mac:CONFIG -= app_bundle QT += sql