From cd02187bf2fa3edf8c29fe73c244ff853a51f6ec Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Fri, 12 Jun 2009 18:18:27 +0200 Subject: add some qmake defines for win32 and mac --- examples/debuggee/debuggee.pro | 2 ++ examples/debugger/debugger.pro | 2 ++ 2 files changed, 4 insertions(+) (limited to 'examples') diff --git a/examples/debuggee/debuggee.pro b/examples/debuggee/debuggee.pro index 5e9e631..00cb1df 100644 --- a/examples/debuggee/debuggee.pro +++ b/examples/debuggee/debuggee.pro @@ -3,5 +3,7 @@ TARGET = DEPENDPATH += . INCLUDEPATH += . QT += network script scripttools +win32: CONFIG += console +mac:CONFIG -= app_bundle include(../../src/debuggerconnector.pri) SOURCES += main.cpp diff --git a/examples/debugger/debugger.pro b/examples/debugger/debugger.pro index bbb289b..d2f1232 100644 --- a/examples/debugger/debugger.pro +++ b/examples/debugger/debugger.pro @@ -3,5 +3,7 @@ TARGET = DEPENDPATH += . INCLUDEPATH += . QT += script scripttools network +win32: CONFIG += console +mac:CONFIG -= app_bundle include(../../src/remotetargetdebugger.pri) SOURCES += main.cpp -- cgit v1.2.3