Skip to content

Commit

Permalink
When building in debug mode on OS2 just like with Windows enable the …
Browse files Browse the repository at this point in the history
…console.
  • Loading branch information
icefox committed Jul 15, 2010
1 parent 28d4ad2 commit 234e212
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/src.pri
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/cacheinfo/cacheinfo.pro
Expand Up @@ -3,7 +3,7 @@ TARGET = arora-cacheinfo
DEPENDPATH += .
INCLUDEPATH += .

win32: CONFIG += console
win32|os2: CONFIG += console
mac:CONFIG -= app_bundle

QT += network
Expand Down
2 changes: 1 addition & 1 deletion tools/htmlToXBel/htmlToXBel.pro
Expand Up @@ -3,7 +3,7 @@ TARGET = htmlToXBel
DEPENDPATH += .
INCLUDEPATH += .

win32: CONFIG += console
win32|os2: CONFIG += console
mac:CONFIG -= app_bundle

QT += network webkit
Expand Down
2 changes: 1 addition & 1 deletion tools/placesimport/placesimport.pro
Expand Up @@ -3,7 +3,7 @@ TARGET = arora-placesimport
DEPENDPATH += .
INCLUDEPATH += .

win32: CONFIG += console
win32|os2: CONFIG += console
mac:CONFIG -= app_bundle

QT += sql
Expand Down

0 comments on commit 234e212

Please sign in to comment.